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