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