xref: /openbmc/qemu/tests/qapi-schema/bad-type-bool.json (revision c3e31eaa21bc038c146cb196f7762a972eb9de5b)
1# we reject an expression with a metatype that is not a string
2
3##
4# @true:
5##
6{ 'struct': true, 'data': { } }
7