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