Optional ReadonlyminMinimum string length in characters.
Inheritance — child value must be ≥ parent value, narrowing the lower bound.
Optional ReadonlymaxMaximum string length in characters.
Inheritance — child value must be ≤ parent value, narrowing the upper bound.
Optional ReadonlylanguageAllowed language ranges for language-tagged strings.
When specified, language tags must match one of the given TagRange values under RFC 4647 basic
filtering. Each range is a basic language range (a sequence of subtags or the standalone * wildcard);
extended ranges such as en-* are not accepted. Empty arrays are ignored.
Inheritance — intersection of parent and child sets; empty result is reported as an error.
Constraints for the dictionary shape factory.