Microsoft Graph · Schema

resultTemplate

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
body object JSON schema of the result template.
displayName string Name of the result template.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphresulttemplate-schema.json Raw ↑
{
  "$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"
    }
  }
}