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