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