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