]> Git Repo - qemu.git/blob - tests/qapi-schema/args-alternate.json
qapi: Add tests of complex objects within alternate
[qemu.git] / tests / qapi-schema / args-alternate.json
1 # we do not allow alternate arguments
2 { 'alternate': 'Alt', 'data': { 'case1': 'int', 'case2': 'str' } }
3 { 'command': 'oops', 'data': 'Alt' }
This page took 0.021227 seconds and 4 git commands to generate.