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