schema-miner / schema_miner /json_template.json
sameersamji's picture
First Commit
edd1999
raw
history blame contribute delete
244 Bytes
{
"title": "Your schema will appear here...",
"type": "object",
"properties": {
"example_property": {
"type": "string",
"description": "An example property"
}
},
"required": ["example_property"]
}