{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.textWebPart", "title": "microsoft.graph.textWebPart", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.webPart" }, { "title": "textWebPart", "required": [ "@odata.type" ], "type": "object", "properties": { "innerHtml": { "type": "string", "description": "The HTML string in text web part.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.textWebPart" } } } ], "x-ms-discriminator-value": "#microsoft.graph.textWebPart" }