xref: /openbmc/qemu/tests/qapi-schema/features-name-bad-type.json (revision c11a8e890c4a74f58c605f793a46a9094729776a)
1{ 'struct': 'FeatureStruct0',
2  'data': { 'foo': 'int' },
3  'features': [ { 'name': { 'feature-type': 'object' } } ] }
4