UUID
A schema that is used to validate a part of Laboperator workflow templates.
Schema
string (UUID)
Pattern: ([a-f0-9]{8}-?[a-f0-9]{4}-?[1-5][a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}){1}
An RFC4122 compliant UUID.
Example 1:
645afc8c-a553-4657-a0da-d93cb98d158b
Where is this used?
Other schemas that have a reference ($ref
) to this schema.
The Workflow Step Template Schema
/schemas/workflow_step_template_schema/
The Workflow Template Schema
/schemas/workflow_template_schema/
Schema for a reference to an external step
/schemas/definitions/step_reference/
AddStep Event
/schemas/definitions/workflow_event/add_step/
AddStep Options
/schemas/definitions/workflow_template/action_objects/addStep/