{"_schema": "meeting", "_version": "1.0", "_description": "Meeting log with notes and action items. Append after each meeting."}
{"id": "mtg_example_001", "date": "2024-01-01T10:00:00Z", "title": "[PLACEHOLDER: Meeting title]", "type": "1on1|team|external|interview|pitch|advisory", "attendees": ["[PLACEHOLDER: Name]"], "duration_mins": 30, "agenda": ["[PLACEHOLDER: Topic 1]", "[PLACEHOLDER: Topic 2]"], "notes": "[PLACEHOLDER: Key discussion points]", "decisions": ["[PLACEHOLDER: What was decided]"], "action_items": [{"task": "[PLACEHOLDER]", "owner": "[PLACEHOLDER]", "due": "[DATE]"}], "follow_up": "[PLACEHOLDER: Next steps]"}
