Skip to content

Instantly share code, notes, and snippets.

@TurtleShip
Created June 25, 2025 23:58
Show Gist options
  • Save TurtleShip/b554c7e6a6bf5090a85187301fc15347 to your computer and use it in GitHub Desktop.
Save TurtleShip/b554c7e6a6bf5090a85187301fc15347 to your computer and use it in GitHub Desktop.
Sample schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"street": { "type": "string" },
"city": { "type": "string" }
},
"required": ["street", "city"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment