]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/nested-struct-data-invalid-dict.json
include/hw/core: Remove i386 conditional on fake_user_interrupt
[mirror_qemu.git] / tests / qapi-schema / nested-struct-data-invalid-dict.json
1 # command 'data' member with dict value is (longhand) argument
2 # definition, not inline complex type
3 { 'command': 'foo',
4 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }