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