- specId:
- 3f29e7a6-4a97-4c69-9a0b-f4196c96cbb9
- createdAt:
- 2026-07-20T17:01:24.009Z
- contentHash:
- sha256:d0d80fb1…
- validation:
- 0.2 ·
- registry:
- 0.2
API: https://rapidui.dev/api/specs/3f29e7a6-4a97-4c69-9a0b-f4196c96cbb9
Open Incidents Dashboard
Operations-first RUI (v0.2). Full operations inspector ships in Phase 5 — showing summary counts below.
- Entities
- 1
- Operations
- 1
- Transitions
- 0
- browse·Open Incidents
Raw JSON
{
"app": {
"title": "Open Incidents Dashboard"
},
"version": "0.2",
"entities": [
{
"id": "ent-incidents",
"label": "Incidents",
"entrypoints": [
"op-browse-incidents"
],
"operationIds": [
"op-browse-incidents"
]
}
],
"operations": [
{
"id": "op-browse-incidents",
"data": {
"mode": "static",
"records": [
{
"id": "INC-001",
"owner": "Alice",
"title": "Database outage",
"status": "Open"
},
{
"id": "INC-002",
"owner": "Bob",
"title": "API latency",
"status": "Open"
},
{
"id": "INC-003",
"owner": "Charlie",
"title": "Memory leak",
"status": "Open"
}
]
},
"type": "browse",
"route": "/incidents",
"title": "Open Incidents",
"entityId": "ent-incidents",
"presentation": {
"header": {
"metrics": [
{
"key": "count",
"label": "Open Incidents",
"value": 3
}
]
},
"layout": "table",
"columns": [
{
"key": "id",
"label": "ID"
},
{
"key": "title",
"label": "Title"
},
{
"key": "status",
"label": "Status"
},
{
"key": "owner",
"label": "Owner"
}
]
}
}
],
"transitions": []
}