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

4 lines
163 B
JSON

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