{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionUserAuthorizationURLOAuth1", "title": "ConnectionUserAuthorizationURLOAuth1", "description": "The URL of the OAuth 1.0a user-authorization endpoint. This endpoint is used to redirect users to the provider's site to authorize the temporary request token obtained from the request-token endpoint during the OAuth 1.0a authentication flow.", "allOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255" } ] }