- specId:
- aa008332-c074-4230-b0e5-b02f59223609
- createdAt:
- 2026-07-19T19:27:18.094Z
- contentHash:
- sha256:5afd3866…
- validation:
- 0.2 ·
- registry:
- 0.2
API: https://rapidui.dev/api/specs/aa008332-c074-4230-b0e5-b02f59223609
Weekly Ops Summary
Operations-first RUI (v0.2). Full operations inspector ships in Phase 5 — showing summary counts below.
- Entities
- 2
- Operations
- 2
- Transitions
- 0
- browse·Incidents
- browse·Teams
Raw JSON
{
"app": {
"title": "Weekly Ops Summary"
},
"version": "0.2",
"entities": [
{
"id": "ent-incidents",
"label": "Incidents",
"entrypoints": [
"op-browse-incidents"
],
"operationIds": [
"op-browse-incidents"
]
},
{
"id": "ent-teams",
"label": "Teams",
"entrypoints": [
"op-browse-teams"
],
"operationIds": [
"op-browse-teams"
]
}
],
"operations": [
{
"id": "op-browse-incidents",
"data": {
"mode": "static",
"records": [
{
"owner": "Alice Chen",
"status": "Open",
"severity": "P1"
},
{
"owner": "Bob Martinez",
"status": "Open",
"severity": "P2"
},
{
"owner": "Carol Kim",
"status": "In Progress",
"severity": "P3"
},
{
"owner": "Dave Patel",
"status": "Resolved",
"severity": "P2"
}
]
},
"type": "browse",
"route": "/incidents",
"title": "Incidents",
"entityId": "ent-incidents",
"presentation": {
"header": {
"metrics": [
{
"key": "openCount",
"label": "Open",
"value": "3"
},
{
"key": "resolvedToday",
"label": "Resolved Today",
"value": "2"
}
]
},
"layout": "table",
"columns": [
{
"key": "severity",
"label": "Severity"
},
{
"key": "status",
"label": "Status"
},
{
"key": "owner",
"label": "Owner"
}
]
}
},
{
"id": "op-browse-teams",
"data": {
"mode": "static",
"records": [
{
"team": "Platform",
"region": "US-West",
"headcount": 12
},
{
"team": "Platform",
"region": "EU",
"headcount": 8
},
{
"team": "Support",
"region": "US-East",
"headcount": 15
},
{
"team": "Support",
"region": "APAC",
"headcount": 10
},
{
"team": "SRE",
"region": "US-West",
"headcount": 6
},
{
"team": "SRE",
"region": "APAC",
"headcount": 4
}
]
},
"type": "browse",
"route": "/teams",
"title": "Teams",
"entityId": "ent-teams",
"presentation": {
"layout": "table",
"columns": [
{
"key": "team",
"label": "Team"
},
{
"key": "region",
"label": "Region"
},
{
"key": "headcount",
"label": "Headcount"
}
]
}
}
],
"transitions": []
}