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