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