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