A config value must be one of its enumerated values
The rule
Normative: this is the rule
- Where a config value's schema declares an
enum, the value must be one of the listed values. - Comparison is exact and applies no type coercion, so the number
1does not satisfy anenumlisting the string"1". - A value outside the list is refused with
R6_CONFIG_INVALIDatnode.{id}.config.{key}.
Rule identifiers are permanent and are never renumbered. Each implementation publishes its own standing against these rules; this specification does not.spec 1.0-draft · R6.e · changed in spec 1.0