diy.razorgirl.winter.wikiLink

lexicon.store View official

{
  "id": "diy.razorgirl.winter.wikiLink",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source",
          "target",
          "linkType",
          "createdAt"
        ],
        "properties": {
          "source": {
            "type": "string",
            "format": "at-uri"
          },
          "target": {
            "type": "string",
            "format": "at-uri"
          },
          "context": {
            "type": "string",
            "maxLength": 512,
            "description": "Why this link exists"
          },
          "linkType": {
            "type": "string",
            "knownValues": [
              "related-to",
              "depends-on",
              "extends",
              "contradicts",
              "is-example-of",
              "supersedes",
              "references",
              "defines",
              "is-part-of"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "sourceAnchor": {
            "type": "string",
            "description": "Section heading slug in source"
          },
          "targetAnchor": {
            "type": "string",
            "description": "Section heading slug in target"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Typed semantic link between any two ATProto records. Supports 9 link types and cross-PDS targeting."
}

Validate Record

Validate a record against diy.razorgirl.winter.wikiLink

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiaahjqicplboa5avsijh42bt2rbz55svhzeov4e4tn6c4ukwnfhqi
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/diy.razorgirl.winter.wikiLink

Lexicon Garden

@