qemu/tests/qapi-schema/event-nest-struct.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
91 B
JSON
Raw Normal View History

{ 'event': 'EVENT_A',
'data': { 'a' : { 'type' : { 'integer': 'int' } }, 'b' : 'str' } }