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