{ "id":"/axapi/v3/file/health-external/oper", "type":"object", "node-type":"scalar", "title":"health-external", "description":"Operational Status for the object health-external", "properties":{ "oper":{ "type":"object", "properties":{ "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "desc":{ "type":"string", "format":"string" }, "partition":{ "type":"string", "format":"string" }, "all-partitions":{ "type":"number", "format":"number" }, "content":{ "type":"number", "format":"number" } } } ] } } } } }