Microsoft Graph · Schema

searchSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
searchResultTemplates array Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of 2 search result templates per connection.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternalconnectorssearchsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.externalConnectors.searchSettings",
  "title": "searchSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "searchResultTemplates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.externalConnectors.displayTemplate"
      },
      "description": "Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of 2 search result templates per connection."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}