{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.processContentResponses", "title": "processContentResponses", "required": [ "@odata.type" ], "type": "object", "properties": { "requestId": { "type": "string", "description": "The unique identifier that matches the requestId provided in the corresponding processContentBatchRequest.", "nullable": true }, "results": { "$ref": "#/components/schemas/microsoft.graph.processContentResponse" }, "@odata.type": { "type": "string" } } }