usb-bot: hotplug support
[qemu/kevin.git] / tests / qapi-schema / args-alternate.json
blob69e94d4819f8d5323bc8ff8587eab7555888119f
1 # we do not allow alternate arguments
2 { 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
3 { 'command': 'oops', 'data': 'Alt' }