mirror of
https://github.com/zoriya/typebox.git
synced 2026-06-01 10:35:14 +00:00
typebox-v2
This commit is contained in:
@@ -30,9 +30,9 @@ console.log(Foo)
|
||||
|
||||
## overview
|
||||
|
||||
TypeBox is a type builder which allows developers to compose JSON schema objects and allow these objects to be statically resolved as TypeScript types. The aim of this project is to find parity with respect to the TypeScript type checker and JSON schema, allowing for runtime type verification for objects that line up to TypeScript types (at design time)
|
||||
typebox is a type builder which allows developers to compose json schema objects and allow these json schema objects to be statically resolved as TypeScript types. The aim of this project is to find parity with respect to the TypeScript type checker and JSON schema, allowing for runtime type verification using standard json schema validation that lines up to TypeScripts structural type checker.
|
||||
|
||||
typebox doesn't come with a JSON schema validator and is only concerned with generating valid JSON schema. Recommend the `ajv` library.
|
||||
note: typebox doesn't is only concerned with generating valid JSON schema and static resolution and does not come with a JSON schema validator. For JSON schema validation, recommend the `ajv` library for JavaScript.
|
||||
|
||||
## usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user