Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / args-member-array-bad.json
blobe934f5c457fe207881d82629eb108d577047babd
1 # we reject data if it does not contain a valid array type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }