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