Microsoft Graph · Schema

Entity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
id string The unique identifier for an entity.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Entity",
  "title": "Entity",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for an entity."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}