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