tech.lenooby09.didgit.ref

lexicon.store View official

{
  "id": "tech.lenooby09.didgit.ref",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "repo",
          "refName",
          "objectId"
        ],
        "properties": {
          "repo": {
            "type": "string",
            "maxLength": 512,
            "description": "The repository name (path) on this DID account."
          },
          "refName": {
            "type": "string",
            "maxLength": 512,
            "description": "The full ref name, e.g. refs/heads/main."
          },
          "objectId": {
            "type": "string",
            "maxLength": 64,
            "description": "The hex SHA-256 object ID this ref points to."
          }
        }
      },
      "description": "A did-git ref stored in an AT Protocol repository. Each record maps a repository name and ref name (e.g. refs/heads/main) to the hex SHA-256 object ID it points to."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.lenooby09.didgit.ref

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiblm7aqsysa6uqgjb3zarnmxfyhwnmlxbmqobnf3uqrrwlbdxdlne
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/tech.lenooby09.didgit.ref

Lexicon Garden

@