Sign in
qemu
/
qemu
/
b86b05ed60d8d49c5770851860d4e6b89c133e7e
/
.
/
tests
/
qapi-schema
/
flat-union-no-base.json
blob: 50f267323b209b4a9153ad62ca936dc4e198a4c7 [
file
] [
log
] [
blame
]
{
'type'
:
'TestTypeA'
,
'data'
:
{
'string'
:
'str'
}
}
{
'type'
:
'TestTypeB'
,
'data'
:
{
'integer'
:
'int'
}
}
{
'union'
:
'TestUnion'
,
'discriminator'
:
'enum1'
,
'data'
:
{
'value1'
:
'TestTypeA'
,
'value2'
:
'TestTypeB'
}
}