BigCommerce · Schema

ErrorAdditional

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
errors object
View JSON Schema on GitHub

JSON Schema

bigcommerce-erroradditional-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorAdditional",
  "title": "ErrorAdditional",
  "type": "object",
  "properties": {
    "errors": {
      "$ref": "#/components/schemas/DetailedErrors"
    }
  },
  "x-tags": [
    "Models"
  ]
}