Skip to main content

Script

Asset ID:script

A runtime script

Asset schema properties

uuid

uuid

Unique identifier for the asset

name

string

Name of the asset

eventNames

array[string]

The events that the script listens to, referenced by name

inputDescriptor

array[object]

The description of the data object that the caller should provide to the script

Parameter description

name

string

Parameter name

default

Parameter default value

nativeType

Parameter native type

type

Parameter type

subScripts

array[uuid]

An optional list of references to other scripts that the current script might call