{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callRecords.userAgent", "title": "userAgent", "required": [ "@odata.type" ], "type": "object", "properties": { "applicationVersion": { "type": "string", "description": "Identifies the version of application software used by this endpoint.", "nullable": true }, "headerValue": { "type": "string", "description": "User-agent header value reported by this endpoint.", "nullable": true }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.callRecords.clientUserAgent": "#/components/schemas/microsoft.graph.callRecords.clientUserAgent", "#microsoft.graph.callRecords.serviceUserAgent": "#/components/schemas/microsoft.graph.callRecords.serviceUserAgent" } } }