Microsoft Graph · Schema

externalLink

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
href string The URL of the link.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternallink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalLink",
  "title": "externalLink",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "The URL of the link.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}