Umami · JSON Structure

Umami Ok Response Structure

Simple success confirmation

Type: object Properties: 1
Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Ok Response Structure is a JSON Structure definition published by Umami, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

ok

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-ok-response-structure.json",
  "title": "OkResponse",
  "description": "Simple success confirmation",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Indicates successful operation"
    }
  }
}