qemu-e2k/tests/qapi-schema/nested-struct-data.json

4 lines
105 B
JSON
Raw Normal View History

# {} is not a valid type reference
{ 'command': 'foo',
'data': { 'a' : { 'type': {} }, 'b' : 'str' } }