Skip to content

Instantly share code, notes, and snippets.

@shcallaway
Created July 13, 2025 17:42
Show Gist options
  • Save shcallaway/ad694c2350dc096496969ee5c8ec4095 to your computer and use it in GitHub Desktop.
Save shcallaway/ad694c2350dc096496969ee5c8ec4095 to your computer and use it in GitHub Desktop.
JSON schema for Zapier company researcher
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"company_name": {
"type": "string"
}
},
"required": [
"company_name"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment