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