{ "id":"/axapi/v3/aam/authentication/password-retry/oper", "type":"object", "node-type":"scalar", "title":"password-retry", "description":"Operational Status for the object password-retry", "properties":{ "oper":{ "type":"object", "properties":{ "entry-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "account":{ "type":"string", "format":"string" }, "logon":{ "type":"string", "format":"string" }, "pw-failure":{ "type":"number", "format":"number" }, "ttl":{ "type":"number", "format":"number" }, "locked-out":{ "type":"string", "format":"string" } } } ] }, "logon-name":{ "type":"string", "format":"string" }, "name":{ "type":"string", "format":"string" } } } } }