dev.baileytownsend.health.workout

baileytownsend.dev

{
  "id": "dev.baileytownsend.health.workout",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "activity",
          "caloriesBurned",
          "duration",
          "startTime",
          "endTime",
          "createdAt"
        ],
        "properties": {
          "endTime": {
            "type": "string",
            "format": "datetime"
          },
          "activity": {
            "type": "string",
            "description": "Type of activity. Walking, running, weights, etc."
          },
          "distance": {
            "type": "string",
            "description": "Distance covered during the workout (optional)."
          },
          "duration": {
            "type": "string",
            "description": "How long the workout lasted in minutes."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "startTime": {
            "type": "string",
            "format": "datetime"
          },
          "caloriesBurned": {
            "type": "integer",
            "description": "Active calories burned during the workout."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.baileytownsend.health.workout

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:rnpkyqnmsw4ipey6eotbdnnf
CID
bafyreiho4v4tjra2ieo46tvmvf5ibjv7msakwrxrcht7mzhv7n7zggbutu
Indexed At
2026-02-13 13:52 UTC
AT-URI
at://did:plc:rnpkyqnmsw4ipey6eotbdnnf/com.atproto.lexicon.schema/dev.baileytownsend.health.workout

Lexicon Garden

@