Skip to content

Commit 6dac45a

Browse files
committed
Documentation
1 parent 55b4cc9 commit 6dac45a

9 files changed

Lines changed: 3 additions & 10868 deletions

File tree

design/website/docs/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JSON Schema Type Builder with Static Type Resolution for TypeScript
66

77
TypeBox is a runtime type system that creates in-memory JSON Schema objects that infer as TypeScript types. The schematics produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox offers a unified type system that can be statically checked by TypeScript and validated at runtime using standard JSON Schema.
88

9-
This library is designed to allow JSON Schema to compose similar to how types compose within TypeScript's type system. It can be used as a simple tool to build up complex schematics or integrated into REST, RPC and MCP services to help validate data received over the wire.
9+
This library is designed to allow JSON Schema to compose similar to how types compose within TypeScript's type system. It can be used as a simple tool to build up complex schematics or integrated into REST and RPC services to help validate data received over the wire.
1010

1111
## Features
1212

docs/docs/overview/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>TypeBox</h1>
22
<p>JSON Schema Type Builder with Static Type Resolution for TypeScript</p>
33
<h2>Overview</h2>
44
<p>TypeBox is a runtime type system that creates in-memory JSON Schema objects that infer as TypeScript types. The schematics produced by this library are designed to match the static type checking rules of the TypeScript compiler. TypeBox offers a unified type system that can be statically checked by TypeScript and validated at runtime using standard JSON Schema.</p>
5-
<p>This library is designed to allow JSON Schema to compose similar to how types compose within TypeScript&#39;s type system. It can be used as a simple tool to build up complex schematics or integrated into REST, RPC and MCP services to help validate data received over the wire.</p>
5+
<p>This library is designed to allow JSON Schema to compose similar to how types compose within TypeScript&#39;s type system. It can be used as a simple tool to build up complex schematics or integrated into REST and RPC services to help validate data received over the wire.</p>
66
<h2>Features</h2>
77
<h2>Type</h2>
88
<p>The Type namespace creates JSON Schema.</p>

0 commit comments

Comments
 (0)