{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.contentActivity", "title": "microsoft.graph.contentActivity", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "contentActivity", "required": [ "@odata.type" ], "type": "object", "properties": { "contentMetadata": { "$ref": "#/components/schemas/microsoft.graph.processContentRequest" }, "scopeIdentifier": { "type": "string", "description": "The scope identified from computed protection scopes.", "nullable": true }, "userId": { "type": "string", "description": "ID of the user.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.contentActivity" }