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