tech.lenooby09.kvcs.tag

lenooby09.tech

{
  "id": "tech.lenooby09.kvcs.tag",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "digest",
          "taggerDid",
          "patchId",
          "tag",
          "jws"
        ],
        "properties": {
          "jws": {
            "type": "string",
            "description": "Detached compact JWS over `tag`."
          },
          "tag": {
            "type": "string",
            "description": "Canonical JSON of the Tag payload, bytewise identical to the JWS input."
          },
          "name": {
            "type": "string",
            "description": "Human-readable tag label (e.g. \"v0.1.0\")."
          },
          "digest": {
            "type": "string",
            "description": "Lower-case hex BLAKE3 multihash of the canonical-JSON tag payload — equals the record's rkey."
          },
          "patchId": {
            "type": "string",
            "description": "Hex multihash of the patch this tag pins."
          },
          "taggerDid": {
            "type": "string",
            "description": "DID of the signer, mirrored at the top level so listRecords summaries don't need to parse `tag`."
          }
        }
      },
      "description": "A signed kvcs tag record. Pins a patch by its hex multihash and is itself addressed by the canonical-JSON digest of its tag payload, mirrored on disk as a SignedTag."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A signed kvcs tag, addressable on the tagger's atproto PDS. The rkey is the canonical-JSON digest of the tag payload (lower-case hex BLAKE3 multihash)."
}

Validate Record

Validate a record against tech.lenooby09.kvcs.tag

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xocoka6dmx74ciqskczoh6ci
CID
bafyreifja6est45wy7v74u5tqp2fmyjw7n4mj7q5br7kkzlhgss4j4m33i
Indexed At
2026-05-01 19:53 UTC
AT-URI
at://did:plc:xocoka6dmx74ciqskczoh6ci/com.atproto.lexicon.schema/tech.lenooby09.kvcs.tag

Version History (2 versions)

Lexicon Garden

@