xref: /openbmc/qemu/tests/qapi-schema/args-member-unknown.json (revision 3c2758c286fbb82973471d09f5977dc5ece37137)
1# we reject data if it does not contain a known type
2{ 'command': 'oops', 'data': { 'member': 'NoSuchType' } }
3