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