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