net.paullieberman.bike.ride

paullieberman.net

{
  "id": "net.paullieberman.bike.ride",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "route",
          "miles",
          "bike",
          "date",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Full url to the post"
          },
          "bike": {
            "type": "string",
            "maxLength": 30,
            "description": "Bicycle name"
          },
          "body": {
            "type": "string",
            "maxLength": 300,
            "description": "Text account of the ride."
          },
          "date": {
            "type": "string",
            "format": "datetime",
            "description": "The date of the ride"
          },
          "miles": {
            "type": "integer",
            "description": "Distance in miles"
          },
          "route": {
            "type": "string",
            "maxLength": 100,
            "description": "The route or destination"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The date the rentry was created"
          }
        }
      },
      "description": "A record of a single bicycle ride."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.paullieberman.bike.ride

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ntnmdg6fuvogzr6khf7agoqf
CID
bafyreifdueyrnd6if2qvu3mcvaupxqflbzidxp4soaipnaub3hx4j2lb3m
Indexed At
2026-04-02 04:13 UTC
AT-URI
at://did:plc:ntnmdg6fuvogzr6khf7agoqf/com.atproto.lexicon.schema/net.paullieberman.bike.ride

Lexicon Garden

@