app.fitsky.goal

thatsit.dev

{
  "id": "app.fitsky.goal",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "metric",
          "targetValue",
          "period",
          "startDate",
          "createdAt"
        ],
        "properties": {
          "metric": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "distance",
              "workouts",
              "duration",
              "calories"
            ]
          },
          "period": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "weekly",
              "monthly",
              "yearly"
            ]
          },
          "endDate": {
            "type": "string",
            "format": "datetime"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "startDate": {
            "type": "string",
            "format": "datetime"
          },
          "targetValue": {
            "type": "integer",
            "minimum": 0,
            "description": "Target value in base units (meters for distance, seconds for duration, calories for calories, count for workouts)"
          }
        }
      },
      "description": "A fitness goal to track progress against"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.fitsky.goal

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:tr7zlhacx3fete5s7cx5tyjd
CID
bafyreieus5c34uqsf2q3voyf4or3xvgw375luo6mhvsh5i5w7asfwbzy5e
Indexed At
2026-02-22 23:02 UTC
AT-URI
at://did:plc:tr7zlhacx3fete5s7cx5tyjd/com.atproto.lexicon.schema/app.fitsky.goal

Version History (2 versions)

Lexicon Garden

@