Calculate and analyze json schema with this easy-to-use online calculator tool.
Schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"age": {
"type": "number"
},
"active": {
"type": "boolean"
}
},
"required": [
"name",
"age",
"active"
]
}