{ "id":"/axapi/v3/file/techsupport/oper", "type":"object", "node-type":"scalar", "title":"techsupport", "description":"Operational Status for the object techsupport", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "update-time":{ "type":"string", "format":"string" }, "size":{ "type":"number", "format":"number" } } } ] } } }, "status":{ "type":"object", "$ref":"/axapi/v3/file/techsupport/status", "properties":{ "oper":{ "type":"object", "properties":{ "message":{ "type":"string", "format":"string" } } } } } } }