resultTemplate resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

A dictionary of resultTemplateIds and associated values, which includes the name and JSON schema of the result templates.

Properties

Property Type Description
key String ID of a result template. It must map to a resultTemplateId in the searchHit.
displayName String Name of the result template.
body Json JSON schema of the result template.

JSON representation

The following is a JSON representation of the resource.

{
   "resultTemplateId": {
      "displayName": "String",
      "body": "Json schema"
   }
}