{ "id":"/axapi/v3/clock/show/oper", "type":"object", "node-type":"scalar", "title":"show", "description":"Operational Status for the object show", "properties":{ "oper":{ "type":"object", "properties":{ "source-type":{ "type":"number", "format":"number" }, "time":{ "type":"string", "format":"string" }, "timezone":{ "type":"string", "format":"string" }, "offset":{ "type":"string", "format":"string" }, "day":{ "type":"string", "format":"string" }, "date":{ "type":"string", "format":"string" } } } } }