]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/nested-struct-data.json
qapi: Back out doc comments added just to please qapi.py
[mirror_qemu.git] / tests / qapi-schema / nested-struct-data.json
1 # inline subtypes collide with our desired future use of defaults
2 { 'command': 'foo',
3 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }