xref: /qemu/tests/qapi-schema/redefined-command.json (revision cfdd5bcad515a8371af59dba9625e31a6f6f733e)
1# FIXME: we should reject commands defined more than once
2{ 'command': 'foo', 'data': { 'one': 'str' } }
3{ 'command': 'foo', 'data': { '*two': 'str' } }
4