Skip to content

Function Block ID Schema

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

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*

functionBlockId Type

string (Function Block ID)

functionBlockId Constraints

pattern: the string must match the following regular expression:

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

try pattern

functionBlockId Examples

"fb.neops.io/ping:1.0.0"