{ "$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" } } }