{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.importBuildingMapSetting",
"title": "importBuildingMapSetting",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"isDryRun": {
"type": "boolean",
"description": "True indicates that the service processes the map but doesn't save anything. False indicates that the service processes and stores the map."
},
"@odata.type": {
"type": "string"
}
}
}