{ "id":"/axapi/v3/admin-detail/oper", "type":"object", "node-type":"scalar", "title":"admin-detail", "description":"Operational Status for the object admin-detail", "properties":{ "oper":{ "type":"object", "properties":{ "user-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "user_name":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" }, "priviledge":{ "type":"string", "format":"string" }, "partition":{ "type":"string", "format":"string" }, "access_type":{ "type":"string", "format":"string" }, "gui_role":{ "type":"string", "format":"string" }, "trusted_host":{ "type":"string", "format":"string" }, "lock_status":{ "type":"string", "format":"string" }, "lock_time":{ "type":"string", "format":"string" }, "unlock_time":{ "type":"string", "format":"string" }, "password_type":{ "type":"string", "format":"string" } } } ] } } } } }