{ "type": "object", "properties": { "bearerAuth": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "oAuth2": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "openIDConnectDiscovery": { "type": "array", "description": "", "example": [], "items": { "type": "string" } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Security" }