BigCommerce · Schema

errorResponse_409

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-errorresponse-409-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/errorResponse_409",
  "title": "errorResponse_409",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer"
        },
        "status": {
          "type": "integer"
        },
        "title": {
          "type": "string",
          "description": "The error title describing the particular error."
        },
        "type": {
          "type": "string"
        }
      }
    },
    {
      "type": "object",
      "properties": {
        "errors": {
          "$ref": "#/components/schemas/DetailedErrors"
        }
      }
    }
  ],
  "x-internal": false
}