Edit on GitHub

Dynamic member name

A schema that is used to validate a part of Laboperator workflow templates.

string (Dynamic member name) [ 3 .. 120 ] characters
pattern: ^(?![-_])([a-zA-Z0-9])*(([-_]?\{\{([a-zA-Z0-9]+(?:[-_]?[a-zA-Z0-9]+)*)\}\})*|(?:[-_]?[a-zA-Z0-9]+))*$

Dynamic member names allow to use field values for composing names in the field mapping.

Examples:
myField{{anotherField}}
"{{another-field}}-device"
Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.