Wire instruction report execution
This commit is contained in:
parent
0e7084207e
commit
0dc342eb1b
7 changed files with 513 additions and 16 deletions
15
schemas/daily-triage-report.json
Normal file
15
schemas/daily-triage-report.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "object",
|
||||
"required": ["summary", "recommendations"],
|
||||
"properties": {
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"recommendations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue