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