{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateIssueSecuritySchemeRequestBean", "title": "UpdateIssueSecuritySchemeRequestBean", "additionalProperties": false, "properties": { "description": { "description": "The description of the security scheme scheme.", "maxLength": 255, "type": "string", "writeOnly": true }, "name": { "description": "The name of the security scheme scheme. Must be unique.", "maxLength": 60, "type": "string", "writeOnly": true } }, "type": "object" }