{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndUserSummaryResponse", "title": "EndUserSummaryResponse", "type": "object", "properties": { "apdex_score": { "type": "number", "format": "float", "example": 87.5 }, "apdex_target": { "type": "number", "format": "float", "example": 42.5 }, "response_time": { "type": "number", "format": "float", "example": 42.5 }, "throughput": { "type": "number", "format": "float", "example": 42.5 } } }