app.kimbia.adventure

kimbia.app

{
  "id": "app.kimbia.adventure",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "distance",
          "movingTime",
          "elevationGain",
          "parts"
        ],
        "properties": {
          "parts": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "description": "at-uris of the public member-day app.kimbia.activity records, one per day, in day order. The activity record is the source of truth; a non-public day is simply not referenced."
          },
          "title": {
            "type": "string",
            "maxLength": 300,
            "description": "Athlete-provided name for the adventure."
          },
          "distance": {
            "type": "string",
            "maxLength": 64,
            "description": "Total distance in meters across public member days only. String-encoded decimal, e.g. '51214.6'."
          },
          "startDate": {
            "type": "string",
            "format": "datetime",
            "description": "Day only (e.g. '2026-06-30'), never an exact instant - the day of the first public member day."
          },
          "movingTime": {
            "type": "integer",
            "minimum": 0,
            "description": "Total moving time in seconds across public member days only."
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Athlete-provided description of the adventure."
          },
          "elevationGain": {
            "type": "string",
            "maxLength": 64,
            "description": "Total elevation gain in meters across public member days only. String-encoded decimal."
          }
        }
      },
      "description": "A multi-day training block (e.g. a training camp) grouping several activities. Kimbia publishes ONLY world-facing adventures. Totals (distance/movingTime/elevationGain) sum just the member days that are themselves public - most-restrictive-wins, so a hidden day can never leak back through the aggregate."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.kimbia.adventure

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gktrthagvfvzkotyr3n2foox
CID
bafyreie53cbrk5iyjznjumc2dvlr3anv24kx2ixruncs7mognosqazag5e
Indexed At
2026-07-19 20:27 UTC
AT-URI
at://did:plc:gktrthagvfvzkotyr3n2foox/com.atproto.lexicon.schema/app.kimbia.adventure

Lexicon Garden

@