Skip to content

Instantly share code, notes, and snippets.

{
"name": "blog_post",
"description": "JSON Schema definition for a blog post",
"parameters": {
"type": "object",
"properties": {
"blog_post_title": {
"type": "string",
"description": "The title of the blog post"
},