BigCommerce · Schema

count_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

bigcommerce-count-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/count_Full",
  "title": "count_Full",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 1
    }
  },
  "x-internal": false
}