{
  "schemaVersion": "1.0",
  "reportId": "full-example-2026-07-18T12:00:00Z",
  "generatedAt": "2026-07-18T12:00:00.000Z",
  "project": {
    "id": "11111111-1111-1111-1111-111111111111",
    "name": "Example App",
    "slug": "example-app",
    "description": "Complete example covering all top-level fields",
    "environment": "staging",
    "status": "maintenance",
    "version": "1.0.0-rc.1",
    "url": "https://staging.example.com"
  },
  "summary": {
    "headline": "Scheduled maintenance window",
    "body": "Read-only mode until 13:00 UTC.",
    "highlights": ["DB migration", "Cache warm-up"]
  },
  "health": {
    "score": 90,
    "status": "maintenance",
    "checkedAt": "2026-07-18T11:55:00.000Z",
    "components": [
      { "name": "web", "status": "maintenance", "message": "Read-only" },
      { "name": "api", "status": "healthy" }
    ]
  },
  "metrics": [
    {
      "key": "uptime.ratio",
      "value": 0.999,
      "unit": "ratio",
      "timestamp": "2026-07-18T11:55:00.000Z"
    }
  ],
  "deployments": [
    {
      "id": "stg-rc1",
      "status": "deploying",
      "timestamp": "2026-07-18T11:50:00.000Z",
      "environment": "staging",
      "version": "1.0.0-rc.1",
      "url": "https://staging.example.com",
      "commitSha": "0123456789abcdef0123456789abcdef01234567",
      "message": "RC deploy"
    }
  ],
  "issues": [
    {
      "id": "maint-window",
      "title": "Planned maintenance",
      "severity": "info",
      "status": "acknowledged",
      "detectedAt": "2026-07-18T11:00:00.000Z",
      "resolvedAt": null,
      "source": "ops",
      "url": "https://status.example.com"
    }
  ],
  "tasks": [
    {
      "id": "OPS-1",
      "title": "Complete migration",
      "status": "in_progress",
      "priority": "urgent",
      "assignee": "ops",
      "dueAt": "2026-07-18T13:00:00.000Z"
    }
  ],
  "agent": {
    "id": "example-reporter",
    "name": "Example reporter",
    "kind": "other",
    "version": "1.0.0",
    "platform": "linux",
    "hostname": "reporter-1"
  },
  "links": {
    "dashboard": "https://status.example.com",
    "repository": "https://github.com/example/app",
    "docs": "https://docs.example.com",
    "logs": "https://logs.example.com",
    "extra": { "runbook": "https://wiki.example.com/runbooks/maint" }
  },
  "extensions": {
    "custom.flag": true,
    "custom.nested": { "a": 1 }
  }
}
