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