aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/event-nest-struct.json
blob: ee6f3ecb6f2017a9d7e9b21fc38c9ec05b662167 (plain)
1
2
{ 'event': 'EVENT_A',
  'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }