Skip to main content
Module

x/enzastdlib/schema/schema.ts

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/schema/schema.ts";

Type Aliases

Represents a union of all supported JSON Schema structure typings.

Represents the JSON Schema structure typing for arrays.

Represents the JSON Schema structure typing for booleans.

Represents the JSON Schema structure typing for nulls.

Represents the JSON Schema structure typing for numbers.

Represents the JSON Schema structure typing for objects.

Represents the JSON Schema structure typing for strings.

Represents a union of all possible type names supported by JSON Schema.

Converts a constant JSON Schema object into TypeScript typing at compile-time.