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