{ "id":"/axapi/v3/system/core/oper", "type":"object", "node-type":"scalar", "title":"core", "description":"Operational Status for the object core", "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" } } } ] } } } } }