qemu-e2k/tests/qapi-schema/alternate-conflict-lists.json

7 lines
201 B
JSON

# Two lists conflict even if their inner types would be compatible
{ 'struct': 'One',
'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
'data': { 'one': [ 'int' ],
'two': [ 'str' ] } }