UNPKG

on-http-y1

Version:
42 lines (41 loc) 1.14 kB
{ "title": "default-obm-service", "definitions": { "ObmPatch": { "description": "Vmrun settings", "type": "object", "additionalProperties": false, "properties": { "nodeId": { "type": "string" }, "service": { "type": "string" }, "config": { "type": "object", "properties": { "vmxpath": { "description": "VMX path", "type": "string" } }, "required": ["vmxpath"] } } }, "ObmPatch": { "type": "object", "allOf": [ {"$ref": "#/definitions/ObmBase"} ] }, "Obm": { "type": "object", "allOf": [ {"$ref": "#/definitions/ObmBase"}, {"required": ["nodeId", "service", "config"]} ] } } }