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