Per-entry model type.
Extra entries model type, or false
to prohibit extra entries.
Optional
Readonly
duplicatesHow to handle duplicate entries of the map.
Can be one of:
'collect'
to collect duplicates into one value. It is a good idea to declared map entry schemas
as lists or multi-values.'overwrite'
(the default) to entry value each time it is received. The value specified the last takes
precedence.'reject'
to reject duplicate entries.Optional
Readonly
whereAdditional schema constraints.
Optional
Readonly
withinAdditional schema instance presentation constraints.
Generated using TypeDoc
Additional options for the map schema.