aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-member-invalid-dict.json
blob: bc3d62ae631b7ad52f1c4d6ffb97bd71f5f5b65c (plain)
1
2
3
4
# struct 'data' member with dict value is (longhand) member
# definition, not inline complex type
{ 'struct': 'foo',
  'data': { '*a': { 'case': 'foo' } } }