{ "id":"/axapi/v3/ntp-status/oper", "type":"object", "node-type":"scalar", "title":"ntp-status", "description":"Operational Status for the object ntp-status", "properties":{ "oper":{ "type":"object", "properties":{ "server":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ntp-server":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" }, "is_preferred":{ "type":"string", "format":"string" }, "mode":{ "type":"string", "format":"string" }, "auth":{ "type":"string", "format":"string" } } } ] } } } } }