BigCommerce · Schema

SaveError

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
status integer
title string
type string
errors array
View JSON Schema on GitHub

JSON Schema

bigcommerce-saveerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SaveError",
  "title": "SaveError",
  "type": "object",
  "description": "",
  "properties": {
    "status": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "errors": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "x-internal": false
}