BigCommerce · Schema

Deny

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-deny-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Deny",
  "title": "Deny",
  "type": "array",
  "uniqueItems": true,
  "minItems": 0,
  "example": [
    "analytics"
  ],
  "items": {
    "type": "string",
    "enum": [
      "essential",
      "functional",
      "analytics",
      "targeting"
    ]
  },
  "x-internal": false
}