Umami · JSON Structure

Umami Metric Structure

Analytics metric data point

Type: object Properties: 2
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Metric Structure is a JSON Structure definition published by Umami, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

x y

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/umami/refs/heads/main/json-structure/umami-metric-structure.json",
  "title": "Metric",
  "description": "Analytics metric data point",
  "type": "object",
  "properties": {
    "x": {
      "type": "string",
      "description": "Dimension value (timestamp, URL, browser name, etc.)"
    },
    "y": {
      "type": "integer",
      "description": "Metric value (count)"
    }
  }
}