Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / qapi-schema / nested-struct-data.json
blob2980d45d0574275cebff3649dced81bb51fd7fdb
1 # {} is not a valid type reference
2 { 'command': 'foo',
3   'data': { 'a' : { 'type': {} }, 'b' : 'str' } }