{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.recordOperation", "title": "microsoft.graph.recordOperation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.commsOperation" }, { "title": "recordOperation", "required": [ "@odata.type" ], "type": "object", "properties": { "recordingAccessToken": { "type": "string", "description": "The access token required to retrieve the recording.", "nullable": true }, "recordingLocation": { "type": "string", "description": "The location where the recording is located.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.recordOperation" }