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

4 lines
160 B
JSON

# inline subtypes collide with our desired future use of defaults
{ 'command': 'foo',
'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }