x-to-zod / SchemaMetadata
Interface: SchemaMetadata
Defined in: src/SchemaInput/index.ts:17
Normalised field bag extracted by a SchemaInputAdapter from a schema node. Used by AbstractParser.applyMetadata to apply common modifiers.
Properties
default?
ts
optional default?: unknown;Defined in: src/SchemaInput/index.ts:19
description?
ts
optional description?: string;Defined in: src/SchemaInput/index.ts:18
readOnly?
ts
optional readOnly?: boolean;Defined in: src/SchemaInput/index.ts:20