Edit on GitHub

Info

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

The info section of a Workflow (Step) Template holds general information about the template.

Info
titlerequired
string [ 1 .. 200 ] characters

The display name of the template in Laboperator.

Examples:
PTC Integration
uuidrequired
reference
UUID

An RFC4122 compliant UUID.

versionrequired
reference
Version

A version that is a valid version tag according to the Semantic Versioning 2.0.0 Specification. We encourage you to follow the SemVer guidelines:

description
string <= 10000 characters

A descriptive summary of the workflow.

Examples:
Workflow descriptions support
__[Markdown](https://en.wikipedia.org/wiki/Markdown)__!'
author
reference
Author
slug
reference
Slug

A URL compatible slug that can also be used as a reference elsewhere. By default it will generated from the components name or uuid.

Where is this used?
Other schemas that have a reference ($ref) to this schema.