Added IPC spec to fields_schema.json

Signed-off-by: Lachlan Pease <predatory.kangaroo@gmail.com>
This commit is contained in:
Lachlan Pease 2015-09-06 12:16:12 +10:00
parent 2468235472
commit 67957318ed
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
"external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "external_links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},
"hostname": {"type": "string"}, "hostname": {"type": "string"},
"image": {"type": "string"}, "image": {"type": "string"},
"ipc": {"type": "string"},
"labels": {"$ref": "#/definitions/list_or_dict"}, "labels": {"$ref": "#/definitions/list_or_dict"},
"links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true}, "links": {"type": "array", "items": {"type": "string"}, "uniqueItems": true},