Microsoft Graph · Schema

currencyColumn

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
locale string Specifies the locale from which to infer the currency symbol.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcurrencycolumn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.currencyColumn",
  "title": "currencyColumn",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "locale": {
      "type": "string",
      "description": "Specifies the locale from which to infer the currency symbol.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}