UDF Variables Schema
Returned by UDF Variables.
Top-level Fields
Field | Type | Description |
---|---|---|
id | integer | Variable ID |
key | string | Variable key |
value | string | Variable value |
Example JSON
{
"id": 3001,
"key": "threshold",
"value": "0.95"
}
Was this page helpful?