Skip to content

Version Schema

docs.neops.io/schema/RootWorkflow#/properties/version

Semantic version of the workflow

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none RootWorkflow.schema.json*

version Type

string (Version)

version Constraints

pattern: the string must match the following regular expression:

^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$

try pattern

version Default Value

The default value is:

"0.0.0"

version Examples

"0.0.1"