first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"type": "object",
"properties": {
"age": {
"type": "integer"
},
"biological_sex": {
"type": "string"
},
"email": {
"type": "string"
},
"height": {
"type": "number"
},
"id": {
"type": "string"
},
"weight": {
"type": "number"
}
},
"version": 1
}
@@ -0,0 +1,118 @@
{
"type": "object",
"properties": {
"active_calories": {
"type": "integer"
},
"average_met_minutes": {
"type": "number"
},
"class_5_min": {
"type": "string"
},
"contributors": {
"type": "object",
"properties": {
"meet_daily_targets": {
"type": "integer"
},
"move_every_hour": {
"type": "integer"
},
"recovery_time": {
"type": "integer"
},
"stay_active": {
"type": "integer"
},
"training_frequency": {
"type": "integer"
},
"training_volume": {
"type": "integer"
}
}
},
"day": {
"type": "string"
},
"equivalent_walking_distance": {
"type": "integer"
},
"high_activity_met_minutes": {
"type": "integer"
},
"high_activity_time": {
"type": "integer"
},
"id": {
"type": "string"
},
"inactivity_alerts": {
"type": "integer"
},
"low_activity_met_minutes": {
"type": "integer"
},
"low_activity_time": {
"type": "integer"
},
"medium_activity_met_minutes": {
"type": "integer"
},
"medium_activity_time": {
"type": "integer"
},
"met": {
"type": "object",
"properties": {
"interval": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "number"
}
},
"timestamp": {
"type": "string"
}
}
},
"meters_to_target": {
"type": "integer"
},
"non_wear_time": {
"type": "integer"
},
"resting_time": {
"type": "integer"
},
"score": {
"type": "integer"
},
"sedentary_met_minutes": {
"type": "integer"
},
"sedentary_time": {
"type": "integer"
},
"steps": {
"type": "integer"
},
"target_calories": {
"type": "integer"
},
"target_meters": {
"type": "integer"
},
"timestamp": {
"type": "string"
},
"total_calories": {
"type": "integer"
}
},
"version": 1
}
@@ -0,0 +1,41 @@
{
"type": "object",
"properties": {
"contributors": {
"type": "object",
"properties": {
"activity_balance": {
"type": "integer"
},
"body_temperature": {
"type": "integer"
},
"previous_night": {
"type": "integer"
},
"recovery_index": {
"type": "integer"
},
"resting_heart_rate": {
"type": "integer"
}
}
},
"day": {
"type": "string"
},
"id": {
"type": "string"
},
"score": {
"type": "integer"
},
"temperature_deviation": {
"type": "number"
},
"timestamp": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,44 @@
{
"type": "object",
"properties": {
"contributors": {
"type": "object",
"properties": {
"deep_sleep": {
"type": "integer"
},
"efficiency": {
"type": "integer"
},
"latency": {
"type": "integer"
},
"rem_sleep": {
"type": "integer"
},
"restfulness": {
"type": "integer"
},
"timing": {
"type": "integer"
},
"total_sleep": {
"type": "integer"
}
}
},
"day": {
"type": "string"
},
"id": {
"type": "string"
},
"score": {
"type": "integer"
},
"timestamp": {
"type": "string"
}
},
"version": 1
}