Readonly
fromName of ECMAScript module to import the feature from.
Readonly
useFeature name to use.
ECMAScript symbol to import from the module and use as schema processing feature.
Optional
Readonly
withAdditional options to pass to the feature.
The format is specific to the feature.
Optional
idBuilds unique identifier based on additional options.
This identifier will be appended to full schema identifier.
When omitted, the schema identifier will be built based on JSON representation of options.
Part of schema identifier.
Generated using TypeDoc
Constraint to apply to the schema by schema processor.
The feature is declared in ECMAScript module and exported from it as a named symbol.
The feature interface is specific to the schema processor.