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