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