PayPal · Schema

400

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
details array
View JSON Schema on GitHub

JSON Schema

paypal-400-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/400",
  "title": "400",
  "properties": {
    "details": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "title": "INVALID_PARAMETER_VALUE",
            "properties": {
              "issue": {
                "type": "string",
                "enum": [
                  "INVALID_PARAMETER_VALUE"
                ]
              },
              "description": {
                "type": "string",
                "enum": [
                  "The value of a field is invalid."
                ]
              }
            }
          }
        ]
      }
    }
  }
}