weekly_digest_output.json
Source: schemas/weekly_digest_output.json
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"digest_text": {
"type": "string",
"description": "The full weekly efficiency report text"
}
},
"required": ["digest_text"]
}