{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.subjectRightsRequestDetail", "title": "subjectRightsRequestDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "excludedItemCount": { "type": "number", "description": "Count of items that are excluded from the request.", "format": "int64", "nullable": true }, "insightCounts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.keyValuePair" }, "description": "Count of items per insight." }, "itemCount": { "type": "number", "description": "Count of items found.", "format": "int64", "nullable": true }, "itemNeedReview": { "type": "number", "description": "Count of item that need review.", "format": "int64", "nullable": true }, "productItemCounts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.keyValuePair" }, "description": "Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams." }, "signedOffItemCount": { "type": "number", "description": "Count of items signed off by the administrator.", "format": "int64", "nullable": true }, "totalItemSize": { "type": "number", "description": "Total item size in bytes.", "format": "int64", "nullable": true }, "@odata.type": { "type": "string" } } }