Umami · JSON Structure

Umami Website Structure

Umami website tracking configuration

Type: object Properties: 10
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

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

Properties

id name domain shareId resetAt userId teamId createdAt updatedAt deletedAt

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-website-structure.json",
  "title": "Website",
  "description": "Umami website tracking configuration",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Website identifier"
    },
    "name": {
      "type": "string",
      "description": "Display name for the website in Umami"
    },
    "domain": {
      "type": "string",
      "description": "Website domain"
    },
    "shareId": {
      "type": "string",
      "description": "Public share identifier for shared analytics views"
    },
    "resetAt": {
      "type": "string",
      "description": "Timestamp of last data reset"
    },
    "userId": {
      "type": "string",
      "description": "Owner user identifier"
    },
    "teamId": {
      "type": "string",
      "description": "Team identifier if team-owned"
    },
    "createdAt": {
      "type": "string",
      "description": "Creation timestamp"
    },
    "updatedAt": {
      "type": "string",
      "description": "Last update timestamp"
    },
    "deletedAt": {
      "type": "string",
      "description": "Deletion timestamp"
    }
  }
}