Hyperlinkv0.8.0-beta.28

JsonSchema

JsonSchema.Definitionsinterfaceeffect/JsonSchema.ts:89
Definitions

A record of named JSON Schema definitions, keyed by definition name.

When to use

Use as the shared lookup table for named JSON Schema nodes that are referenced from JSON Schema documents.

Details

The map is dialect-neutral. Conversion APIs emit it as $defs, definitions, or components.schemas depending on the target format.

export interface Definitions extends Record<string, JsonSchema> {}
Referenced by 5 symbols