xref: /qemu/tests/qapi-schema/alternate-invalid-dict.json (revision d1cb5eda67a0a6188608bef6372fd046fc447bf1)
1# exploded member form must have a 'type'
2{ 'alternate': 'Alt',
3  'data': { 'one': 'str',
4            'two': { 'if': 'foo' } } }
5