{
"id": "social.pace.goal.ring",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"move",
"moveGoal",
"exercise",
"exerciseGoal",
"standHours",
"standGoal",
"createdAt"
],
"properties": {
"move": {
"type": "integer",
"description": "The total active calories burned for the day."
},
"exercise": {
"type": "integer",
"description": "The total minutes of exercise completed."
},
"moveGoal": {
"type": "integer",
"description": "The daily move goal in calories."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"standGoal": {
"type": "integer",
"description": "The daily stand goal in hours."
},
"standHours": {
"type": "integer",
"description": "The number of hours the user stood up and moved around."
},
"exerciseGoal": {
"type": "integer",
"description": "The daily exercise goal in minutes."
}
}
},
"description": "A record of daily activity rings (Apple Fitness), including move, exercise, and stand goals."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}