aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/nested-struct-data.json
blob: 2980d45d0574275cebff3649dced81bb51fd7fdb (plain)
1
2
3
# {} is not a valid type reference
{ 'command': 'foo',
  'data': { 'a' : { 'type': {} }, 'b' : 'str' } }