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