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