resultTemplate resource type

Namespace: microsoft.graph

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

Properties

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

JSON representation

The following is a JSON representation of the resource.

{
   "resultTemplateId": {
      "displayName": "String",
      "body":{
         "@odata.type":"microsoft.graph.Json"
      }
   }
}