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