xref: /openbmc/qemu/tests/qapi-schema/alternate-array.json (revision 9c4888c9959ccb8d2e2dc7e0080d48ad1398c036)
1{ 'struct': 'One',
2  'data': { 'name': 'str' } }
3{ 'alternate': 'Alt',
4  'data': { 'one': 'One',
5            'two': [ 'int' ] } }
6