{ "id":"/axapi/v3/file/class-list/oper", "type":"object", "node-type":"scalar", "title":"class-list", "description":"Operational Status for the object class-list", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "location":{ "type":"string", "format":"string" }, "user-tag":{ "type":"string", "format":"string" }, "size":{ "type":"string", "format":"string" } } } ] } } } } }