{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.baseMapFeature", "title": "microsoft.graph.baseMapFeature", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "baseMapFeature", "required": [ "@odata.type" ], "type": "object", "properties": { "properties": { "type": "string", "description": "Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature.", "nullable": true }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.buildingMap": "#/components/schemas/microsoft.graph.buildingMap", "#microsoft.graph.fixtureMap": "#/components/schemas/microsoft.graph.fixtureMap", "#microsoft.graph.footprintMap": "#/components/schemas/microsoft.graph.footprintMap", "#microsoft.graph.levelMap": "#/components/schemas/microsoft.graph.levelMap", "#microsoft.graph.sectionMap": "#/components/schemas/microsoft.graph.sectionMap", "#microsoft.graph.unitMap": "#/components/schemas/microsoft.graph.unitMap" } } } ] }