Merge tag 'pull-request-2024-07-02' of https://gitlab.com/thuth/qemu into staging
[qemu/armbru.git] / tests / qapi-schema / unknown-expr-key.json
blob8003a0c36e0fa69fc70a11b24bdf05653e8bdccf
1 # we reject an expression with unknown top-level keys
2 { 'struct': 'Bar', 'data': { 'string': 'str'}, 'bogus': { }, 'phony': { } }