Files
xemu/tests/qapi-schema/alternate-array.json
T

8 lines
209 B
JSON
Raw Normal View History

# we do not allow array branches in alternates
2015-05-04 09:05:05 -06:00
# TODO: should we support this?
{ 'struct': 'One',
2015-05-04 09:05:05 -06:00
'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
2015-05-04 09:05:05 -06:00
'data': { 'one': 'One',
'two': [ 'int' ] } }