{ "id":"/axapi/v3/system/power-on-self-test/oper", "type":"object", "node-type":"scalar", "title":"power-on-self-test", "description":"Operational Status for the object power-on-self-test", "properties":{ "oper":{ "type":"object", "properties":{ "power-on-log":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "dlog-data":{ "type":"string", "format":"string" }, "dlog-data-search":{ "type":"string", "format":"string" } } } ] } } } } }