{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CatalogIntegrationAuthorization", "title": "CatalogIntegrationAuthorization", "description": "Defines the authorization strategy for an integration.", "oneOf": [ { "type": "object", "nullable": true }, { "$ref": "#/components/schemas/OAuth" }, { "$ref": "#/components/schemas/MultiKeyAuth" }, { "$ref": "#/components/schemas/GitHubAppInstallationAuth" } ] }