Update version for v9.0.0-rc2 release
[qemu/armbru.git] / tests / qapi-schema / args-if-implicit.json
blob1eda39cb1ee01c50b8873b4cf6cfc6e6e3579663
1 { 'command': 'test-if-cmd',
2   'data': {
3     'foo': 'int',
4     'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }