Skip to content

Commit 8686045

Browse files
committedFeb 6, 2025
Update expected events
- Expected event fields can now have sub-fields
1 parent 5e133f8 commit 8686045

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎zendhq/zendt-playbook.json

+8
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@
261261
"type": "string",
262262
"title": "Optional flags",
263263
"description": "Optional comma-separated list of flags.\nValid flags:\n* base64 - expects the field value to be base64 encoded"
264+
},
265+
"fields": {
266+
"type": "array",
267+
"title": "Event sub-fields",
268+
"description": "List of expected sub-fields in the JsonRPC event",
269+
"items": {
270+
"$ref": "#/definitions/field"
271+
}
264272
}
265273
},
266274
"required": ["name"],

0 commit comments

Comments
 (0)
Please sign in to comment.