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