BigCommerce · Schema

ErrorResponse409

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
schema object
View JSON Schema on GitHub

JSON Schema

bigcommerce-errorresponse409-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse409",
  "title": "ErrorResponse409",
  "type": "object",
  "properties": {
    "schema": {
      "$ref": "#/components/schemas/Error"
    }
  },
  "x-internal": false
}