Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": ["meeting_title", "meeting_date", "overall_summary", "tasks", "slack_summary"],
"additionalProperties": false,
"properties": {
"meeting_title": { "type": "string" },
"meeting_date": { "type": ["string", "null"] },
"overall_summary": { "type": "string" },
"tasks": {