Skip to content

Instantly share code, notes, and snippets.

@ajrobb
ajrobb / caltech-research-digest-schema.json
Created October 12, 2025 04:36
Caltech Research Security Digest Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CaltechResearchSecurityDigestSchema",
"type": "object",
"properties": {
"html_email_body": {
"type": "string",
"description": "HTML-formatted email body including <ul>, <li>, <p>, and section headings summarizing the day’s key research-security stories for academia."
},
"ssml_narration": {