aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/nested-struct-data.json
blob: 0247c8c82c9c5a1b2bd4b2d1f082101f7c6fa5c0 (plain)
1
2
3
4
# FIXME: inline subtypes collide with our desired future use of defaults
{ 'command': 'foo',
  'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' },
  'returns': {} }