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