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