xref: /qemu/tests/qapi-schema/args-member-array-bad.json (revision b041066421e8dcc7d080dfcfd83551c9c9f24ade)
1# we reject data if it does not contain a valid array type
2{ 'command': 'oops', 'data': { 'member': [ { 'nested': 'str' } ] } }
3