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