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