]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/event-nest-struct.json
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170316' into...
[mirror_qemu.git] / tests / qapi-schema / event-nest-struct.json
1 { 'event': 'EVENT_A',
2 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }