usb-bot: hotplug support
[qemu/kevin.git] / tests / qapi-schema / alternate-conflict-string.json
blob72f04a820a9d281b7c5ec25c6c3e7a00c9b0fd95
1 # we reject alternates with multiple string-like branches
2 { 'enum': 'Enum',
3   'data': [ 'hello', 'world' ] }
4 { 'alternate': 'Alt',
5   'data': { 'one': 'str',
6             'two': 'Enum' } }