Interface SchemaDefinition<T>
Type Parameters
- T = { [key: string]: any }
Properties
Optionaldiscriminators
discriminators?: Record< string, Record< string, SchemaField< | SchemaDataType | { [key: string]: SchemaField<SchemaDataType | { [key: string]: SchemaField<SchemaDataType | ...>; }>
; }, >, >,>