{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientSecretOAuth1", "title": "ConnectionClientSecretOAuth1", "description": "OAuth 1.0a client secret paired with the consumer key to sign request-token and access-token requests for this connection. Treat as a sensitive credential and supply the exact secret issued by the upstream provider.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientSecret" }, { "maxLength": 2400 } ] }