Skip to content

Function Block SemVer Identifier Schema

docs.neops.io/schema/RootWorkflow#/definitions/ParametrizedFunctionBlock/properties/functionBlock

Fully qualified function block identifier in format "package/name:version". Must match the pattern.

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*

functionBlock Type

string (Function Block SemVer Identifier)

functionBlock Constraints

pattern: the string must match the following regular expression:

^([^/:-]+)\/([^/:-]+):\d+(\.\d+)?(\.\d+)?$

try pattern

functionBlock Examples

"fb.neops.io/ping:1.0.0"