{ "id":"/axapi/v3/file/xml-schema/oper", "type":"object", "node-type":"scalar", "title":"xml-schema", "description":"Operational Status for the object xml-schema", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "syntax":{ "type":"string", "format":"string" }, "template":{ "type":"string", "format":"string" } } } ] } } } } }