Microsoft Graph · Schema

localizedName

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
languageTag string The language tag for the label.
name string The name in the localized language.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphtermstorelocalizedname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.termStore.localizedName",
  "title": "localizedName",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "languageTag": {
      "type": "string",
      "description": "The language tag for the label.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The name in the localized language.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}