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