UNPKG

schema2typebox

Version:

Creates typebox code from JSON schemas

14 lines (13 loc) 200 B
{ "title": "Contract", "type": "object", "properties": { "person": { "$ref": "./person.json" }, "status": { "$ref": "./status.json" } }, "required": ["person"] }