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