Sign in
qemu
/
qemu
/
7b1b98c420355ccea98d8bd55c9193ee6b7cef97
/
.
/
tests
/
qapi-schema
/
alternate-conflict-string.json
blob: 3834a3ddfe1ea992f9bd829eb0ab82f359fd7252 [
file
] [
log
] [
blame
]
#
we reject anonymous unions with multiple string
-
like branches
{
'enum'
:
'Enum'
,
'data'
:
[
'hello'
,
'world'
]
}
{
'union'
:
'MyUnion'
,
'discriminator'
:
{},
'data'
:
{
'one'
:
'str'
,
'two'
:
'Enum'
}
}