Microsoft Graph · Schema

microsoft.graph.textContent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtextcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.textContent",
  "title": "microsoft.graph.textContent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.contentBase"
    },
    {
      "title": "textContent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "data": {
          "type": "string",
          "description": "The text content data. Inherits properties from contentBase."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.textContent"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.textContent"
}