PayPal · Schema

Event Version

The event version in the webhook notification.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-event-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/event_version",
  "title": "Event Version",
  "type": "string",
  "description": "The event version in the webhook notification.",
  "deprecated": true,
  "pattern": "^([0-9]+.[0-9]+)$"
}