Sign in
qemu
/
qemu
/
7d8b28b8b5d9d1b68d27b4f5a0329d114b5ce2ee
/
.
/
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'
]
}