Microsoft Graph · Schema

microsoft.graph.agreementFileLocalization

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphagreementfilelocalization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.agreementFileLocalization",
  "title": "microsoft.graph.agreementFileLocalization",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.agreementFileProperties"
    },
    {
      "title": "agreementFileLocalization",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "versions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.agreementFileVersion"
          },
          "description": "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.agreementFileLocalization"
}