xref: /openbmc/qemu/tests/qapi-schema/args-array-empty.json (revision 23eb9e6b6d5315171cc15969bbc755f258004df0)
1# we reject an array for data if it does not contain a known type
2
3##
4# @oops:
5##
6{ 'command': 'oops', 'data': { 'empty': [ ] } }
7