{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsProtocolEnumTwitter", "title": "ConnectionOptionsProtocolEnumTwitter", "description": "Allowed protocol identifiers for Twitter connections. Use oauth1 for the legacy v1.1 OAuth flow or oauth2 for the newer OAuth 2.0 flow.", "type": "string", "enum": [ "oauth1", "oauth2" ] }