Microsoft Graph · Schema

averageComparativeScore

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
averageScore object Average score within specified basis.
basis string Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaveragecomparativescore-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.averageComparativeScore",
  "title": "averageComparativeScore",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "averageScore": {
      "oneOf": [
        {
          "type": "number",
          "format": "double",
          "nullable": true
        },
        {
          "type": "string",
          "nullable": true
        },
        {
          "$ref": "#/components/schemas/ReferenceNumeric"
        }
      ],
      "description": "Average score within specified basis."
    },
    "basis": {
      "type": "string",
      "description": "Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}