{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sitePage", "title": "microsoft.graph.sitePage", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.baseSitePage" }, { "title": "sitePage", "required": [ "@odata.type" ], "type": "object", "properties": { "promotionKind": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.pagePromotionType" }, { "type": "object", "nullable": true } ], "description": "Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue." }, "reactions": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.reactionsFacet" }, { "type": "object", "nullable": true } ], "description": "Reactions information for the page." }, "showComments": { "type": "boolean", "description": "Determines whether or not to show comments at the bottom of the page.", "nullable": true }, "showRecommendedPages": { "type": "boolean", "description": "Determines whether or not to show recommended pages at the bottom of the page.", "nullable": true }, "thumbnailWebUrl": { "type": "string", "description": "Url of the sitePage's thumbnail image", "nullable": true }, "titleArea": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.titleArea" }, { "type": "object", "nullable": true } ], "description": "Title area on the SharePoint page." }, "canvasLayout": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.canvasLayout" }, { "type": "object", "nullable": true } ], "description": "Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.", "x-ms-navigationProperty": true }, "webParts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.webPart" }, "description": "Collection of webparts on the SharePoint page.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sitePage" }