{
  "key": "hipchat",
  "name": "HipChat",
  "vendor": {
    "url": "http://atlassian.com",
    "name": "Atlassian"
  },
  "description": "Group chat and IM built for teams",
  "links": {
    "self": "https://mock.hipchat.com/v2/capabilities",
    "api": "https://mock.hipchat.com/v2",
    "homepage": "https://mock.hipchat.com"
  },
  "capabilities": {
    "oauth2Provider": {
      "tokenUrl": "https://mock.hipchat.com/v2/oauth/token",
      "authorizationUrl": "https://mock.hipchat.com/users/authorize"
    },
    "hipchatApiProvider": {
      "url": "https://mock.hipchat.com/v2/",
      "availableScopes": {
        "admin_room": {
          "description": "Perform room administrative tasks",
          "name": "Administer Room",
          "id": "admin_room"
        },
        "manage_rooms": {
          "description": "Create, update, and remove rooms",
          "name": "Manage Rooms",
          "id": "manage_rooms"
        },
        "send_message": {
          "description": "Send private one-on-one messages",
          "name": "Send Message",
          "id": "send_message"
        },
        "admin_group": {
          "description": "Perform group administrative tasks",
          "name": "Administer Group",
          "id": "admin_group"
        },
        "view_group": {
          "description": "View users, rooms, and other group information",
          "name": "View Group",
          "id": "view_group"
        },
        "send_notification": {
          "description": "Send room notifications",
          "name": "Send Notification",
          "id": "send_notification"
        }
      }
    }
  }
}
