diff options
Diffstat (limited to 'tests/qapi-schema/event-args-if-unboxed.json')
-rw-r--r-- | tests/qapi-schema/event-args-if-unboxed.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/event-args-if-unboxed.json b/tests/qapi-schema/event-args-if-unboxed.json new file mode 100644 index 0000000..ca42a74 --- /dev/null +++ b/tests/qapi-schema/event-args-if-unboxed.json @@ -0,0 +1,4 @@ + { 'event': 'TEST_IF_EVENT', + 'data': { + 'foo': 'int', + 'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } } |