Skip to content

Instantly share code, notes, and snippets.

View epeace11's full-sized avatar

Erin Peterson epeace11

View GitHub Profile
@epeace11
epeace11 / newsletter_extraction.schema.json
Last active October 28, 2025 21:56
newsletter content
{
"title": "NewsletterExtraction",
"type": "object",
"additionalProperties": false,
"properties": {
"newsletter": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": { "type": ["string", "null"] },