{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookCommentReply", "title": "microsoft.graph.workbookCommentReply", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookCommentReply", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "description": "The content of the reply.", "nullable": true }, "contentType": { "type": "string", "description": "The content type for the reply." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookCommentReply" }