aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-conflict-lists.json
blob: a3efd6c5011937a0b85c52a16f0a49daf2e7d359 (plain)
1
2
3
4
5
6
# Two lists conflict even if their inner types would be compatible
{ 'struct': 'One',
  'data': { 'name': 'str' } }
{ 'alternate': 'Alt',
  'data': { 'one': [ 'int' ],
            'two': [ 'str' ] } }