{ "id":"/axapi/v3/key/{key-chain-flag}+{key-chain-name}", "type":"object", "node-type":"list", "title":"key", "partition-visibility":"shared", "description":"Authentication key management", "properties":{ "key-chain-flag":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Key-chain management", "optional":false }, "key-chain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Key-chain name", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "key-list":{ "type":"array", "minItems":1, "items":{ "type":"key" }, "uniqueItems":true, "$ref":"/axapi/v3/key/{key-chain-flag}+{key-chain-name}/key/{key-number}", "array":[ { "properties":{ "key-number":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Key identifier number", "optional":false }, "key-string":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set key string (The key)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "key-number" ] } ] } }, "object-keys":[ "key-chain-flag", "key-chain-name" ], "required":[ "key-chain-flag", "key-chain-name" ] }