Microsoft Graph · Schema

urlToItemResolverBase

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
priority number The priority which defines the sequence in which the urlToItemResolverBase instances are evaluated.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternalconnectorsurltoitemresolverbase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalConnectors.urlToItemResolverBase",
  "title": "urlToItemResolverBase",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "priority": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The priority which defines the sequence in which the urlToItemResolverBase instances are evaluated.",
      "format": "int32",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.externalConnectors.itemIdResolver": "#/components/schemas/microsoft.graph.externalConnectors.itemIdResolver"
    }
  }
}