Usage

Represents a generic setting for a specific job parameter type

Definition

Field
Type
Description
(M)andatory / (O)ptional
Default Value (If Optional)
Key String(100)
A unique key for this setting M null
Value
String(200)
A value of the setting O (M if Label is not defined)
null


Example

// Example for a Parameter-Type Setting "Step"
{
    "Key": "Step",
    "Value": 10
}