WHOOP · Schema

SleepStreamResponse

WHOOP SleepStreamResponse schema

FitnessWearablesHealthRecoverySleepWorkoutStrainHeart RatePerformance

Properties

Name Type Description
stream array
algorithm_version string
View JSON Schema on GitHub

JSON Schema

whoop-sleepstreamresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whoop/main/json-schema/whoop-sleepstreamresponse-schema.json",
  "title": "SleepStreamResponse",
  "description": "WHOOP SleepStreamResponse schema",
  "type": "object",
  "properties": {
    "stream": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SleepStreamDataPoint"
      }
    },
    "algorithm_version": {
      "type": "string"
    }
  }
}