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