Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/alternate-conflict-enum-bool.json

7 lines
185 B
JSON
Raw Normal View History

2023-03-06 14:48:14 +01:00
# alternate branch of 'enum' type that conflicts with bool
{ 'enum': 'Enum',
'data': [ 'aus', 'off' ] }
{ 'alternate': 'Alt',
'data': { 'one': 'Enum',
'two': 'bool' } }