FlowDrop Workflow Specification 1.0-draft

Length bounds count characters, never bytes

A limit measured in bytes would depend on the alphabet the author writes in, so the same word would fit one implementation and not another.

The rule

Normative: this is the rule
  1. A string config value shorter than its schema's minLength or longer than its maxLength is refused with R6_CONFIG_INVALID at node.{id}.config.{key}.
  2. Both bounds count Unicode code points, never bytes.
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.g · changed in spec 1.0