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