{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callRecords.serviceEndpoint", "title": "microsoft.graph.callRecords.serviceEndpoint", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.callRecords.endpoint" }, { "title": "serviceEndpoint", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string", "default": "#microsoft.graph.callRecords.serviceEndpoint" } } } ], "x-ms-discriminator-value": "#microsoft.graph.callRecords.serviceEndpoint" }