]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/nested-struct-data.json
qapi: add qapi2texi script
[mirror_qemu.git] / tests / qapi-schema / nested-struct-data.json
1 # inline subtypes collide with our desired future use of defaults
2
3 ##
4 # @foo:
5 ##
6 { 'command': 'foo',
7 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }