{ "id":"/axapi/v3/ntp/trusted-key/{key}", "type":"object", "node-type":"list", "title":"trusted-key", "partition-visibility":"shared", "description":"trusted key", "properties":{ "key":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "$ref":"/axapi/v3/ntp/auth-key", "description":"trusted key", "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 } }, "object-keys":[ "key" ], "required":[ "key" ] }