activity-core/schemas/daily-triage-report.json

16 lines
243 B
JSON
Raw Normal View History

2026-05-19 18:28:23 +02:00
{
"type": "object",
"required": ["summary", "recommendations"],
"properties": {
"summary": {
"type": "string"
},
"recommendations": {
"type": "array",
"items": {
"type": "object"
}
}
}
}