Microsoft Graph · Schema

contentTypeInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
id string The ID of the content type.
name string The name of the content type.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcontenttypeinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.contentTypeInfo",
  "title": "contentTypeInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the content type.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The name of the content type.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}