{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.aiInteractionMentionedIdentitySet", "title": "microsoft.graph.aiInteractionMentionedIdentitySet", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "title": "aiInteractionMentionedIdentitySet", "required": [ "@odata.type" ], "type": "object", "properties": { "conversation": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamworkConversationIdentity" }, { "type": "object", "nullable": true } ] }, "tag": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.teamworkTagIdentity" }, { "type": "object", "nullable": true } ] }, "@odata.type": { "type": "string", "default": "#microsoft.graph.aiInteractionMentionedIdentitySet" } } } ], "x-ms-discriminator-value": "#microsoft.graph.aiInteractionMentionedIdentitySet" }