qemu-patch-raspberry4/tests/qapi-schema/nested-struct-data.json

5 lines
177 B
JSON
Raw Normal View History

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