BigCommerce · Schema

errorDetailed_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
errors object
View JSON Schema on GitHub

JSON Schema

bigcommerce-errordetailed-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/errorDetailed_Full",
  "title": "errorDetailed_Full",
  "type": "object",
  "properties": {
    "errors": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "title": "DetailedErrors"
    }
  },
  "x-internal": false
}