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