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