{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.resultTemplate", "title": "resultTemplate", "required": [ "@odata.type" ], "type": "object", "properties": { "body": { "description": "JSON schema of the result template." }, "displayName": { "type": "string", "description": "Name of the result template.", "nullable": true }, "@odata.type": { "type": "string" } } }