PayPal · Schema

Web Profile List

An array of web profiles.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-web-profile-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/web_profile_list",
  "title": "Web Profile List",
  "type": "array",
  "description": "An array of web profiles.",
  "minItems": 1,
  "maxItems": 20,
  "items": {
    "$ref": "#/components/schemas/web_profile"
  }
}