Sign in
qemu
/
qemu
/
1ed1d4d60885059cee10a411653c5868a0c13097
/
.
/
tests
/
qapi-schema
/
union-invalid-data.json
blob: 395ba24d39514e926d02b7c722333869bb7c48e8 [
file
] [
log
] [
blame
]
#
the union data type must be an object
.
{
'union'
:
'TestUnion'
,
'base'
:
'int'
,
'discriminator'
:
'int'
,
'data'
:
[
'rubbish'
,
'nonsense'
]
}