{ "$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" } } }