qemu-e2k/tests/qapi-schema/alternate-conflict-string.json

7 lines
187 B
JSON

# we reject alternates with multiple string-like branches
{ 'enum': 'Enum',
'data': [ 'hello', 'world' ] }
{ 'alternate': 'Alt',
'data': { 'one': 'str',
'two': 'Enum' } }