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