Microsoft Graph · Schema

calculatedColumn

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
format string For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
formula string The formula used to compute the value for this column.
outputType string The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcalculatedcolumn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.calculatedColumn",
  "title": "calculatedColumn",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "format": {
      "type": "string",
      "description": "For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.",
      "nullable": true
    },
    "formula": {
      "type": "string",
      "description": "The formula used to compute the value for this column.",
      "nullable": true
    },
    "outputType": {
      "type": "string",
      "description": "The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}