{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionRequestTokenURLOAuth1", "title": "ConnectionRequestTokenURLOAuth1", "description": "The URL of the OAuth 1.0a request-token endpoint. This endpoint is used to obtain a temporary request token during the OAuth 1.0a authentication flow.", "allOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }