diff options
Diffstat (limited to 'qemu/tests/qapi-schema/nested-struct-data.json')
-rw-r--r-- | qemu/tests/qapi-schema/nested-struct-data.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/nested-struct-data.json b/qemu/tests/qapi-schema/nested-struct-data.json new file mode 100644 index 000000000..3d52d2b39 --- /dev/null +++ b/qemu/tests/qapi-schema/nested-struct-data.json @@ -0,0 +1,4 @@ +# inline subtypes collide with our desired future use of defaults +{ 'command': 'foo', + 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' }, + 'returns': {} } |