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.
{
"$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"
}
}
}