Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / nested-struct-data.json
blob5b8a40cca3f42c324c45d19df55db74ed826ee51
1 # inline subtypes collide with our desired future use of defaults
2 { 'command': 'foo',
3   'data': { 'a' : { 'type': {} }, 'b' : 'str' } }