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