Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "EmailMessage",
"type": "object",
"properties": {
"email_subject": {
"type": "string",
"description": "The subject line of the email"
},
"email_message": {
@craigbarrett
craigbarrett / prospect_research_schema.json
Last active September 4, 2025 21:05
Prospect Research JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ProspectResearch",
"type": "object",
"properties": {
"prospect_research": {
"type": "string",
"description": "The full unchanged response from the prospect research tool call"
}
},