social.pace.feed.defs

lexicon.store View official

{
  "id": "social.pace.feed.defs",
  "defs": {
    "split": {
      "type": "object",
      "required": [
        "distance",
        "duration"
      ],
      "properties": {
        "order": {
          "type": "integer",
          "description": "The order of the split within the activity, starting at 1."
        },
        "distance": {
          "type": "string",
          "description": "The distance covered in this split. Follows the units defined in the parent."
        },
        "duration": {
          "type": "integer",
          "description": "The duration of the split in seconds."
        }
      },
      "description": "A split within an activity, like a mile split or kilometer split."
    },
    "activityType": {
      "type": "string",
      "maxLength": 50,
      "description": "The type of activity being recorded. List taken from Apple Health Activities mostly",
      "knownValues": [
        "Running",
        "Walking",
        "Cycling",
        "Hiking",
        "Swimming",
        "Yoga",
        "Functional Training",
        "Strength Training",
        "Elliptical",
        "Rowing",
        "Stair Climbing",
        "Dancing",
        "Golf",
        "Tennis",
        "Basketball",
        "Soccer",
        "Baseball",
        "Football",
        "Skiing",
        "Snowboarding",
        "Climbing",
        "Boxing",
        "Martial Arts",
        "Jump Rope",
        "Pilates",
        "Cross Training",
        "Mixed Cardio",
        "HIIT",
        "Core Training",
        "Flexibility",
        "Cooldown",
        "Wheelchair Walk",
        "Wheelchair Run",
        "Pickleball",
        "Skating",
        "Other Workout",
        "Activity"
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.pace.feed.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicneotkfhdijggssq36ni2x5lwxd66ohoatp2hi5bgetvtibvnwwe
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/social.pace.feed.defs

Lexicon Garden

@