Microsoft Graph · Schema

hyperlink

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string The name for this hyperlink.
url string The URL for this hyperlink.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityhyperlink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.hyperlink",
  "title": "hyperlink",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name for this hyperlink."
    },
    "url": {
      "type": "string",
      "description": "The URL for this hyperlink."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}