vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / nested-struct-data.json
blob6106e15e864b8da2f789c62f1e59ca8998f45032
1 # inline subtypes collide with our desired future use of defaults
3 ##
4 # @foo:
5 ##
6 { 'command': 'foo',
7   'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }