{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdOAuth1", "title": "ConnectionClientIdOAuth1", "description": "OAuth 1.0a client ID (consumer key) that identifies the client to the provider and is used to sign OAuth 1.0a requests.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "maxLength": 255 } ] }