PayPal · Schema

error_location

The location of the field that caused the error. Value is `body`, `path`, or `query`.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-error-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/error_location",
  "title": "error_location",
  "type": "string",
  "description": "The location of the field that caused the error. Value is `body`, `path`, or `query`.",
  "enum": [
    "body",
    "path",
    "query"
  ],
  "default": "body"
}