dblock/slack-ruby-client

View on GitHub
lib/slack/web/api/schema/group.json

Summary

Maintainability
Test Coverage
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "desc": {
      "type": "string"
    }
  }
}