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