xref: /openbmc/qemu/tests/qapi-schema/features-bad-type.json (revision 666952ea7c12c4c44282a3b00b817509008df215)
1{ 'struct': 'FeatureStruct0',
2  'data': { 'foo': 'int' },
3  'features': [ [ 'a feature cannot be an array' ] ] }
4