{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsFreeformScopesGithub", "title": "ConnectionOptionsFreeformScopesGithub", "description": "Array of custom OAuth 2.0 scopes to request from GitHub during authentication. Use this to request scopes not covered by the predefined scope options.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }