Edit on GitHub

Member Name

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

string (Member Name) [ 3 .. 60 ] characters
pattern: (?=^.{3,60}$)(^[a-zA-Z0-9]+(?:[-_]?[a-zA-Z0-9]+)*$)

A member name that is used as a reference elsewhere. Allowed characters are lower "a" to "z", capital "A" to "Z", "0" to "9" and "-" , "_". We recommend to consistently use either lowerCamelCase or kebab-case. While snake_case is allowed, it has a chance of name collisions with internal values.

Examples:
myField
my-field
transportSampleToShaker
transport_sample_to_shaker
Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.