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