{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callRecords.administrativeUnitInfo", "title": "administrativeUnitInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the administrative unit.", "nullable": true }, "@odata.type": { "type": "string" } } }