{ "id":"/axapi/v3/key/{key-chain-flag}+{key-chain-name}/key/{key-number}", "type":"object", "node-type":"list", "title":"key", "partition-visibility":"shared", "description":"Configure a key", "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 } }, "object-keys":[ "key-number" ], "required":[ "key-number" ] }