xref: /qemu/tests/qapi-schema/nested-struct-data.json (revision d1f711d4070155ec6b81d331169c52f1bd6a4f21)
1# inline subtypes collide with our desired future use of defaults
2{ 'command': 'foo',
3  'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
4