qemu-e2k/tests/qapi-schema/redefined-type.json

4 lines
136 B
JSON

# FIXME: we should reject types defined more than once
{ 'type': 'foo', 'data': { 'one': 'str' } }
{ 'enum': 'foo', 'data': [ 'two' ] }