{ "$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" } } }