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