[
{
"id": "eC_abc123",
"name": "Errors View",
"filters": [
{
"column": "status",
"operation": "=",
"value": "error"
}
]
},
{
"id": "yc_def456",
"name": "Slow requests view",
"filters": [
{
"column": "duration_ms",
"operation": ">",
"value": 1000
}
]
}
]