{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionScopePaypal", "title": "ConnectionScopePaypal", "description": "OAuth 2.0 scopes requested from PayPal during authorization. Built automatically from the enabled attribute flags (profile, email, address, phone) plus any freeform_scopes. Always includes 'openid' as the base scope.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionScopeArray" } ] }