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