Skip to Content
@jetio/schema-builder docs are live 🎉
Getting StartedInstallation

Installation

npm install @jetio/schema-builder

Imports

import { SchemaBuilder, RefBuilder } from "@jetio/schema-builder"; import { JetValidator } from "@jetio/schema-builder"; // re-exported from @jetio/validator

Jet (for Jet.Infer<>) is also exported from the same entry point:

import { SchemaBuilder, Jet, JetValidator } from "@jetio/schema-builder";

Just need the validator? Install @jetio/validator  directly for a smaller bundle.

Last updated on