xref: /openbmc/qemu/tests/qapi-schema/unknown-expr-key.json (revision 9d672e290475001fcecdcc9dc79ad088ff89d17f)
1# we reject an expression with unknown top-level keys
2{ 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }
3