{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://doc.g3nretailstack.com/common/schemas/stats.schema.json",
  "title": "Stats",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "call": { "type": "string" },
    "service": { "type": "string" },
    "timestamp_utc": { "type": "string", "format": "date-time" },
    "request_id": { "type": "string" },
    "build": { "$ref": "build-meta.schema.json" }
  },
  "required": ["call", "service", "timestamp_utc", "build"]
}
