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