Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' into...
[qemu/ar7.git] / tests / qapi-schema / redefined-command.json
blob247e4019483eca0e15aa0576fe6300fa71deca4a
1 # we reject commands defined more than once
2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }