BigCommerce · Schema

BaseError

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
status string
type string
View JSON Schema on GitHub

JSON Schema

bigcommerce-baseerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseError",
  "title": "BaseError",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "x-internal": false
}