Skip to content

Instantly share code, notes, and snippets.

View jakemweldon's full-sized avatar

jakemweldon

  • Joined Jun 28, 2025
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Lead Information",
"type": "object",
"properties": {
"name": { "type": "string" },
"email": { "type": "string" },
"address": { "type": "string" },
"zip_code": { "type": "string" },
"service_type": { "type": "string" },