aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-invalid-dict.json
blob: 8e0b2ac287c40e57abd701cbabf937674ffc6acc (plain)
1
2
3
4
# exploded member form must have a 'type'
{ 'alternate': 'Alt',
  'data': { 'one': 'str',
            'two': { 'if': 'foo' } } }