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