io.atcr.tag

lexicon.store View official

{
  "id": "io.atcr.tag",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "repository",
          "tag"
        ],
        "properties": {
          "tag": {
            "type": "string",
            "maxLength": 128,
            "description": "Tag name (e.g., 'latest', 'v1.0.0', '12-slim')"
          },
          "manifest": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the manifest this tag points to (e.g., 'at://did:plc:xyz/io.atcr.manifest/abc123'). Preferred over manifestDigest for new records."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last tag update"
          },
          "repository": {
            "type": "string",
            "maxLength": 255,
            "description": "Repository name (e.g., 'myapp'). Scoped to user's DID."
          },
          "manifestDigest": {
            "type": "string",
            "maxLength": 128,
            "description": "DEPRECATED: Digest of the manifest (e.g., 'sha256:...'). Kept for backward compatibility with old records. New records should use 'manifest' field instead."
          }
        }
      },
      "description": "A named tag pointing to a specific manifest digest"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.tag

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicd7s6ek73nj6dni7y7qnkqgdz5u3ppyifoacnqjcpx5h7w3h64fm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/io.atcr.tag

Lexicon Garden

@