New Relic · JSON Structure

Openapi Mobile Summary Data Response Structure

MobileSummaryDataResponse schema

Type: object Properties: 8
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

MobileSummaryDataResponse is a JSON Structure definition published by New Relic, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

active_users calls_per_session failed_call_rate interaction_time launch_count remote_error_rate response_time throughput

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-mobile-summary-data-response-structure.json",
  "name": "MobileSummaryDataResponse",
  "description": "MobileSummaryDataResponse schema",
  "type": "object",
  "properties": {
    "active_users": {
      "type": "int32",
      "example": 100
    },
    "calls_per_session": {
      "type": "float",
      "example": 42.5
    },
    "failed_call_rate": {
      "type": "float",
      "example": 12.3
    },
    "interaction_time": {
      "type": "float",
      "example": 42.5
    },
    "launch_count": {
      "type": "int32",
      "example": 42
    },
    "remote_error_rate": {
      "type": "float",
      "example": 12.3
    },
    "response_time": {
      "type": "float",
      "example": 42.5
    },
    "throughput": {
      "type": "float",
      "example": 42.5
    }
  }
}