{
"id": "550e8400-e29b-41d4-a716-446655440000",
"version": "1.0",
"timestamp": "2025-05-25T10:30:00Z",
"deadline": "2025-05-25T11:00:00Z",
"context": {
"title": "Deploy to Production?",
"description": "New version 2.1.0 is ready for deployment to production servers.",
"project": "backend-api",
"metadata": {
"version": "2.1.0",
"changes": 47,
"test_coverage": "98.3%"
},
"attachments": [
{
"type": "text/plain",
"description": "Release notes",
"data": "VmVyc2lvbiAyLjEuMCBpbmNsdWRlczoKLSBQZXJmb3JtYW5jZSBpbXByb3ZlbWVudHMKLSBCdWcgZml4ZXMKLSBOZXcgQVBJIGVuZHBvaW50cw=="
}
]
},
"actions": [
{
"id": "approve",
"label": "Approve Deployment",
"response_type": "simple",
"flags": ["irreversible"]
},
{
"id": "reject",
"label": "Reject",
"response_type": "text",
"constraints": {
"placeholder": "Reason for rejection"
}
},
{
"id": "delay",
"label": "Delay Deployment",
"response_type": "choice",
"options": [
{"value": "1h", "label": "1 hour"},
{"value": "4h", "label": "4 hours"},
{"value": "1d", "label": "1 day"}
]
}
]
}