xref: /qemu/tests/qapi-schema/args-if-implicit.json (revision d6359e150dbdf84f67add786473fd277a9a442bb) !
1{ 'command': 'test-if-cmd',
2  'data': {
3    'foo': 'int',
4    'bar': { 'type': 'str', 'if': 'TEST_IF_CMD_ARG' } } }
5