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