aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/command-int.json
blob: fcbb643c44381ef2c138a4f5230e04db82fee783 (plain)
1
2
3
# FIXME: we should reject collisions between commands and types
{ 'command': 'int', 'data': { 'character': 'str' },
  'returns': { 'value': 'int' } }