Compilation into JSON Schema
{
"type": "object",
"properties": {
"title": {
"type": "string"
},
"content": {
"type": "string"
}
},
"required": [
"title",
"content"
]
}tldrc -i schema.tldr json-schema https://example.com/BlogPostLast updated
Was this helpful?