xref: /qemu/tests/qapi-schema/features-unknown-key.json (revision 4747524f9f243ca5ff1f146d37e423c00e923ee1)
1*a00af404SKevin Wolf{ 'struct': 'FeatureStruct0',
2*a00af404SKevin Wolf  'data': { 'foo': 'int' },
3*a00af404SKevin Wolf  'features': [ { 'name': 'bar', 'colour': 'red' } ] }
4