summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/data-member-array-bad.json
blob: b2ff144ec632c5975c7e24847cc14a4898bdb452 (plain)
1
2
# we reject data if it does not contain a valid array type
{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }