qapi: document parameters of query-cpu-model-* QAPI commands
[qemu/armbru.git] / tests / qapi-schema / alternate-conflict-string.json
blob85adbd4adc1febae280c1fa61258fcabf4f01387
1 # alternate branches of 'str' type conflict with all scalar types
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': 'int' } }