Microsoft Teams · Schema

ChannelCollection

Collection of channels.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

microsoft-teams-channelcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelCollection",
  "title": "ChannelCollection",
  "type": "object",
  "description": "Collection of channels.",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Channel"
      }
    }
  }
}