{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSignatureMethodOAuth1", "title": "ConnectionSignatureMethodOAuth1", "description": "OAuth 1.0a signature algorithm used when signing request-token and access-token calls for this connection (RSA-SHA1 only).", "type": "string", "const": "RSA-SHA1" }