Hyperlinkv0.9.0-beta.0

JsonSchema

JsonSchema.Typetypeeffect/JsonSchema.ts:67
Type

The JSON Schema primitive type names.

When to use

Use to restrict a JSON Schema type keyword to the supported primitive names.

models
export type Type = "string" | "number" | "boolean" | "array" | "object" | "null" | "integer"