]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/event-nest-struct.json
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
[mirror_qemu.git] / tests / qapi-schema / event-nest-struct.json
1 ##
2 # @EVENT_A:
3 # event-nest-struct
4 ##
5 { 'event': 'EVENT_A',
6 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }