Microsoft Graph · Schema

resultTemplateOption

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
enableResultTemplate boolean Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphresulttemplateoption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.resultTemplateOption",
  "title": "resultTemplateOption",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "enableResultTemplate": {
      "type": "boolean",
      "description": "Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}