{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.landingPageDetail", "title": "microsoft.graph.landingPageDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "landingPageDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "content": { "type": "string", "description": "Landing page detail content." }, "isDefaultLangauge": { "type": "boolean", "description": "Indicates whether this language detail is default for the landing page.", "nullable": true }, "language": { "type": "string", "description": "The content language for the landing page." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.landingPageDetail" }