- specId:
- 60427158-759e-4988-93b5-09e128886f2a
- createdAt:
- 2026-07-20T17:47:13.703Z
- contentHash:
- sha256:94538933…
- validation:
- 0.2 ·
- registry:
- 0.2
API: https://rapidui.dev/api/specs/60427158-759e-4988-93b5-09e128886f2a
Open Incidents
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"
},
"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": "Sample incident 1",
"status": "Open"
},
{
"id": "INC-002",
"owner": "Bob",
"title": "Sample incident 2",
"status": "Open"
},
{
"id": "INC-003",
"owner": "Charlie",
"title": "Sample incident 3",
"status": "Open"
}
]
},
"type": "browse",
"route": "/incidents",
"title": "Open Incidents",
"entityId": "ent-incidents",
"presentation": {
"header": {
"metrics": [
{
"key": "openCount",
"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": []
}