{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sectionMap", "title": "microsoft.graph.sectionMap", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.baseMapFeature" }, { "title": "sectionMap", "required": [ "@odata.type" ], "type": "object", "properties": { "placeId": { "type": "string", "description": "Identifier of the section to which this sectionMap belongs.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.sectionMap" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sectionMap" }