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