LogRocket · Schema

ExportedSession

An exported session data file record.

Session ReplayProduct AnalyticsFrontend MonitoringLoggingErrors

Properties

Name Type Description
url string URL to download the JSON Lines file containing the session data.
View JSON Schema on GitHub

JSON Schema

logrocket-exportedsession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportedSession",
  "title": "ExportedSession",
  "type": "object",
  "description": "An exported session data file record.",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to download the JSON Lines file containing the session data."
    }
  }
}