VTEX · Schema

Stats3

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
totalValue object
totalItems object
View JSON Schema on GitHub

JSON Schema

vtex-stats3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Stats3",
  "title": "Stats3",
  "required": [
    "totalValue",
    "totalItems"
  ],
  "type": "object",
  "properties": {
    "totalValue": {
      "$ref": "#/components/schemas/TotalValue1"
    },
    "totalItems": {
      "$ref": "#/components/schemas/TotalItems1"
    }
  },
  "example": {
    "totalValue": {
      "Count": 19,
      "Max": 0,
      "Mean": 0,
      "Min": 0,
      "Missing": 0,
      "StdDev": 0,
      "Sum": 0,
      "SumOfSquares": 0,
      "Facets": {}
    },
    "totalItems": {
      "Count": 19,
      "Max": 0,
      "Mean": 0,
      "Min": 0,
      "Missing": 0,
      "StdDev": 0,
      "Sum": 0,
      "SumOfSquares": 0,
      "Facets": {}
    }
  }
}