generated from coulomb/repo-seed
16 lines
243 B
JSON
16 lines
243 B
JSON
{
|
|
"type": "object",
|
|
"required": ["summary", "recommendations"],
|
|
"properties": {
|
|
"summary": {
|
|
"type": "string"
|
|
},
|
|
"recommendations": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|