Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190714' into staging
[qemu/ar7.git] / tests / qapi-schema / alternate-invalid-dict.json
blob8e0b2ac287c40e57abd701cbabf937674ffc6acc
1 # exploded member form must have a 'type'
2 { 'alternate': 'Alt',
3   'data': { 'one': 'str',
4             'two': { 'if': 'foo' } } }