summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/redefined-type.json
blob: e6a5f24ca98b4231f50f572595efd5b1de8c96ec (plain) (blame)
1
2
3
# we reject types defined more than once
{ 'type': 'foo', 'data': { 'one': 'str' } }
{ 'enum': 'foo', 'data': [ 'two' ] }