Microsoft Graph · Schema

deleted

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
state string Represents the state of the deleted item.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeleted-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deleted",
  "title": "deleted",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "description": "Represents the state of the deleted item.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}