Microsoft Graph · Schema

mentionAction

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
mentionees array The identities of the users mentioned in this action.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmentionaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.mentionAction",
  "title": "mentionAction",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "mentionees": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.identitySet"
      },
      "description": "The identities of the users mentioned in this action."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}