Skip to content

Commit b719888

Browse files
committed
Update expected event fields
- Fields can now have `store_global` attribute that stores the value of the field into a global variable.
1 parent 8686045 commit b719888

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zendhq/zendt-playbook.json

+5
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@
247247
"title": "Variable name",
248248
"description": "Name of the local variable to store the field value"
249249
},
250+
"store_global": {
251+
"type": "string",
252+
"title": "Variable name",
253+
"description": "Name of the global variable to store the field value"
254+
},
250255
"value": {
251256
"type": ["boolean", "string", "number"],
252257
"title": "Value",

0 commit comments

Comments
 (0)