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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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