{ "id":"/axapi/v3/system/guest-file/oper", "type":"object", "node-type":"scalar", "title":"guest-file", "description":"Operational Status for the object guest-file", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "File-Name":{ "type":"string", "format":"string" }, "Size":{ "type":"number", "format":"number" }, "update-time":{ "type":"string", "format":"string" } } } ] } } } } }