Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/tests/qapi-schema/alternate-invalid-dict.json
2023-03-06 14:48:14 +01:00

5 lines
129 B
JSON

# exploded member form must have a 'type'
{ 'alternate': 'Alt',
'data': { 'one': 'str',
'two': { 'if': 'foo' } } }