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