qxl: QOMify
[qemu/ar7.git] / tests / qapi-schema / alternate-nested.json
blobc4233b9f333325f75218accabe971d408622e47a
1 # we reject a nested alternate branch
2 { 'alternate': 'Alt1',
3   'data': { 'name': 'str', 'value': 'int' } }
4 { 'alternate': 'Alt2',
5   'data': { 'nested': 'Alt1' } }