Microsoft Graph · Schema

ticketInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
ticketNumber string The ticket number.
ticketSystem string The description of the ticket system.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphticketinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ticketInfo",
  "title": "ticketInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "ticketNumber": {
      "type": "string",
      "description": "The ticket number.",
      "nullable": true
    },
    "ticketSystem": {
      "type": "string",
      "description": "The description of the ticket system.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}