331331 "privileged" : {"type" : " boolean" },
332332 "profiles" : {"$ref" : " #/definitions/list_of_strings" },
333333 "pull_policy" : {"type" : " string" , "enum" : [
334- " always" , " never" , " if_not_present" , " build"
334+ " always" , " never" , " if_not_present" , " build" , " missing "
335335 ]},
336336 "read_only" : {"type" : " boolean" },
337337 "restart" : {"type" : " string" },
367367 "stdin_open" : {"type" : " boolean" },
368368 "stop_grace_period" : {"type" : " string" , "format" : " duration" },
369369 "stop_signal" : {"type" : " string" },
370+ "storage_opt" : {"type" : " object" },
370371 "tmpfs" : {"$ref" : " #/definitions/string_or_list" },
371372 "tty" : {"type" : " boolean" },
372373 "ulimits" : {
426427 "type" : " object" ,
427428 "properties" : {
428429 "size" : {
429- "type" : " integer" ,
430- "minimum" : 0
430+ "oneOf" : [
431+ {"type" : " integer" , "minimum" : 0 },
432+ {"type" : " string" }
433+ ]
431434 }
432435 },
433436 "additionalProperties" : false ,
599602 "items" : {
600603 "type" : " object" ,
601604 "properties" : {
602- "capabilities" : {"$ref" : " #/definitions/list_of_strings" },
603- "count" : {"type" : [" string" , " integer" ]},
604- "device_ids" : {"$ref" : " #/definitions/list_of_strings" },
605- "driver" :{"type" : " string" },
606- "options" :{"$ref" : " #/definitions/list_or_dict" }
607- },
605+ "capabilities" : {"$ref" : " #/definitions/list_of_strings" },
606+ "count" : {"type" : [" string" , " integer" ]},
607+ "device_ids" : {"$ref" : " #/definitions/list_of_strings" },
608+ "driver" :{"type" : " string" },
609+ "options" :{"$ref" : " #/definitions/list_or_dict" }
610+ },
608611 "additionalProperties" : false ,
609612 "patternProperties" : {"^x-" : {}}
610613 }
810813 }
811814 }
812815 }
813- }
816+ }
0 commit comments