aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-member-invalid-dict.json
blob: df5d018f6548739d184c72aea1cf8570e478266a (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' } } }