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