🔄 JSON to TypeBox
Convert JSON to TypeBox schema definitions
About TypeBox
TypeBox is a JSON schema builder library that provides type-safe schema definitions for TypeScript. It supports all JSON schema types and can be used with validation libraries like Ajv.
Supported Types
- Type.String() - for string values
- Type.Number() - for numeric values
- Type.Boolean() - for boolean values
- Type.Null() - for null values
- Type.Array() - for arrays
- Type.Object() - for objects with properties