UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

16 lines (15 loc) 229 B
{ "title": "Person", "type": "object", "properties": { "name": { "type": "string", "maxLength": 100 }, "age": { "type": "number", "minimum": 18 } }, "required": ["name", "age"] }