Microsoft Teams · Schema

MemberCollection

Collection of members.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

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