Microsoft Graph · Schema

microsoft.graph.listItemVersion

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphlistitemversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.listItemVersion",
  "title": "microsoft.graph.listItemVersion",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.baseItemVersion"
    },
    {
      "title": "listItemVersion",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "fields": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.fieldValueSet"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "A collection of the fields and values for this version of the list item.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.listItemVersion"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.documentSetVersion": "#/components/schemas/microsoft.graph.documentSetVersion"
        }
      }
    }
  ]
}