{
  "$id": "https://intentschema.org/profiles/com.microsoft.teams/communication.chat.channel.list.v1.json",
  "id": "org.intentschema.communication.chat.channel.list.v1@com.microsoft.teams.v1",
  "pins": "https://intentschema.org/intents/communication/chat/channel/list/v1.json",
  "title": "Teams channel list profile",
  "description": "Microsoft Teams profile for channel list.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "ms_teams"
          }
        },
        "required": [
          "system"
        ]
      },
      "ms_teams": {
        "type": "object",
        "properties": {}
      }
    }
  },
  "api": {
    "method": "GET",
    "path": "/v1.0/teams/{teamId}/channels",
    "scopes": [
      "Channel.ReadBasic.All"
    ],
    "docs": "https://learn.microsoft.com/en-us/graph/api/channel-list",
    "params": {
      "(no params)": "GET /teams/{teamId}/channels returns all"
    },
    "base_url": "https://graph.microsoft.com"
  }
}
