{
"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)."
}