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