Options for the 'oauth1' connection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsOAuth1", "title": "ConnectionOptionsOAuth1", "description": "Options for the 'oauth1' connection", "type": "object", "additionalProperties": true, "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsCommon" }, { "type": "object", "properties": { "accessTokenURL": { "$ref": "#/components/schemas/ConnectionAccessTokenURLOAuth1" }, "client_id": { "$ref": "#/components/schemas/ConnectionClientIdOAuth1" }, "client_secret": { "$ref": "#/components/schemas/ConnectionClientSecretOAuth1" }, "requestTokenURL": { "$ref": "#/components/schemas/ConnectionRequestTokenURLOAuth1" }, "scripts": { "$ref": "#/components/schemas/ConnectionScriptsOAuth1" }, "signatureMethod": { "$ref": "#/components/schemas/ConnectionSignatureMethodOAuth1" }, "upstream_params": { "$ref": "#/components/schemas/ConnectionUpstreamParams" }, "userAuthorizationURL": { "$ref": "#/components/schemas/ConnectionUserAuthorizationURLOAuth1" } } } ] }