qemu-e2k/tests/qapi-schema/alternate-array.json

6 lines
130 B
JSON

{ 'struct': 'One',
'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
'data': { 'one': 'One',
'two': [ 'int' ] } }