{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionFreeformScopesPaypal", "title": "ConnectionFreeformScopesPaypal", "description": "Additional OAuth scopes to request from PayPal beyond the standard attribute scopes. Enter valid PayPal scopes from their documentation. Invalid scopes may cause authentication errors.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }