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
Json
{
"id": 3001,
"key": "threshold",
"value": "0.95"
}

Returned by UDF Variables.
Field | Type | Description |
id | integer | Variable ID |
key | string | Variable key |
value | string | Variable value |
Json
{
"id": 3001,
"key": "threshold",
"value": "0.95"
}
Sign in with workspace access to post comments.
No comments yet.