com.chrisvanderloo.project

chrisvanderloo.com

{
  "id": "com.chrisvanderloo.project",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "description",
          "repo",
          "language"
        ],
        "properties": {
          "link": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "repo": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048
          },
          "title": {
            "type": "string",
            "maxLength": 120
          },
          "language": {
            "type": "string",
            "maxLength": 64
          },
          "description": {
            "type": "string",
            "maxLength": 2048
          }
        }
      },
      "description": "A project for display on my website."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.chrisvanderloo.project

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:3u26lcxyhiyq3ygsfyrc7xx2
CID
bafyreiarb6gapoa2uj7l22mxofcnlsnk6h5biy5xst7k4langcv6dginpa
Indexed At
2026-07-26 20:04 UTC
AT-URI
at://did:plc:3u26lcxyhiyq3ygsfyrc7xx2/com.atproto.lexicon.schema/com.chrisvanderloo.project

Lexicon Garden

@