{ "id":"/axapi/v3/controller/probe-info/oper", "type":"object", "node-type":"scalar", "title":"probe-info", "description":"Operational Status for the object probe-info", "properties":{ "oper":{ "type":"object", "properties":{ "probe-status":{ "type":"string", "format":"string" }, "controller-status":{ "type":"string", "format":"string" }, "DATA-SHOWTECH-export-log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "showtech-filename":{ "type":"string", "format":"string" }, "showtech-size":{ "type":"number", "format":"number" }, "showtech-timestamp":{ "type":"string", "format":"string" } } } ] }, "DATA-VARLOG-export-log-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "varlog-filename":{ "type":"string", "format":"string" }, "varlog-size":{ "type":"number", "format":"number" }, "varlog-timestamp":{ "type":"string", "format":"string" } } } ] } } } } }