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