BigCommerce · Schema

count_Response

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
count number
View JSON Schema on GitHub

JSON Schema

bigcommerce-count-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/count_Response",
  "title": "count_Response",
  "type": "object",
  "properties": {
    "count": {
      "type": "number",
      "description": "",
      "example": 27
    }
  },
  "example": {
    "count": 27
  },
  "x-internal": false
}