{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateIntegrationInstanceAuthCredential", "title": "CreateIntegrationInstanceAuthCredential", "oneOf": [ { "$ref": "#/components/schemas/CreateOAuthCredential" }, { "$ref": "#/components/schemas/CreateGitHubAppInstallationCredential" }, { "$ref": "#/components/schemas/CreateMultiKeyAuthCredential" }, { "$ref": "#/components/schemas/CreateAWSRoleDelegationAuthCredential" } ] }