{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdPaypal", "title": "ConnectionClientIdPaypal", "description": "OAuth 2.0 client identifier issued by PayPal during application registration. This value identifies your Auth0 connection to PayPal. Leave empty to use Auth0 Dev Keys.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "maxLength": 255 } ] }