UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

16 lines (15 loc) 229 B
{ "title": "Cat", "type": "object", "properties": { "type": { "type": "string", "const": "cat" }, "name": { "type": "string", "maxLength": 100 } }, "required": ["type", "name"] }