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