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