{ "id":"/axapi/v3/aam/authentication/jwks/oper", "type":"object", "node-type":"scalar", "title":"jwks", "description":"Operational Status for the object jwks", "properties":{ "oper":{ "type":"object", "properties":{ "jwk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "jwk-name":{ "type":"string", "format":"string" }, "jwk-size":{ "type":"number", "format":"number" } } } ] } } } } }