{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callRoute", "title": "callRoute", "required": [ "@odata.type" ], "type": "object", "properties": { "final": { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, "original": { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, "routingType": { "$ref": "#/components/schemas/microsoft.graph.routingType" }, "@odata.type": { "type": "string" } } }