{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddSecuritySchemeLevelsRequestBean", "title": "AddSecuritySchemeLevelsRequestBean", "additionalProperties": false, "properties": { "levels": { "description": "The list of scheme levels which should be added to the security scheme.", "items": { "$ref": "#/components/schemas/SecuritySchemeLevelBean" }, "type": "array", "writeOnly": true } }, "type": "object" }