Skip to content

Instantly share code, notes, and snippets.

@ttulkin
ttulkin / gist:dd412a7b2eeebe51e9f2aa7ebc60d168
Created July 11, 2025 14:02
OpenAI schema for lead gen workflow
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Company Data Schema",
"type": "object",
"properties": {
"Company": { "type": "string" },
"Website": { "type": "string" },
"Description": { "type": "string" },
"ProductsAndServices": {
"type": "array",