{ "type": "object", "required": ["summary", "recommendations"], "properties": { "summary": { "type": "string" }, "recommendations": { "type": "array", "items": { "type": "object" } } } }