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