FlowDrop Workflow Specification 1.0-draft

A config value must be one of its enumerated values

The rule

Normative: this is the rule
  1. Where a config value's schema declares an enum, the value must be one of the listed values.
  2. Comparison is exact and applies no type coercion, so the number 1 does not satisfy an enum listing the string "1".
  3. A value outside the list is refused with R6_CONFIG_INVALID at node.{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