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