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

11 lines
168 B
JSON

# we reject commands defined more than once
##
# @foo:
##
{ 'command': 'foo', 'data': { 'one': 'str' } }
##
# @foo:
##
{ 'command': 'foo', 'data': { '*two': 'str' } }