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