Microsoft Graph · Schema

payloadIndustry

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpayloadindustry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.payloadIndustry",
  "title": "payloadIndustry",
  "enum": [
    "unknown",
    "other",
    "banking",
    "businessServices",
    "consumerServices",
    "education",
    "energy",
    "construction",
    "consulting",
    "financialServices",
    "government",
    "hospitality",
    "insurance",
    "legal",
    "courierServices",
    "IT",
    "healthcare",
    "manufacturing",
    "retail",
    "telecom",
    "realEstate",
    "unknownFutureValue"
  ],
  "type": "string"
}