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