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