]> Git Repo - qemu.git/blob - tests/qapi-schema/redefined-command.json
block/nvme: Replace magic value by SCALE_MS definition
[qemu.git] / tests / qapi-schema / redefined-command.json
1 # we reject commands defined more than once
2 { 'command': 'foo', 'data': { 'one': 'str' } }
3 { 'command': 'foo', 'data': { '*two': 'str' } }
This page took 0.024601 seconds and 4 git commands to generate.