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