Hyperlinkv0.8.0-beta.28

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"