Microsoft Graph · Schema

microsoft.graph.pinnedChatMessageInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpinnedchatmessageinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.pinnedChatMessageInfo",
  "title": "microsoft.graph.pinnedChatMessageInfo",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "pinnedChatMessageInfo",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "message": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.chatMessage"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents details about the chat message that is pinned.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.pinnedChatMessageInfo"
}