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