social.pace.goal.ring

baileytownsend.dev

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

Validate Record

Validate a record against social.pace.goal.ring

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rnpkyqnmsw4ipey6eotbdnnf
CID
bafyreiej255yuzsdkjq73eq2rexuojncz2w3xb5figekscesdpvaaief3u
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/com.atproto.lexicon.schema/social.pace.goal.ring

Lexicon Garden

@