{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.aiInteractionLink", "title": "aiInteractionLink", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "nullable": true }, "linkType": { "type": "string", "nullable": true }, "linkUrl": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } } }