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