Skip to content

Commit 07775b5

Browse files
committed
Add renaming sorts of SoftWare Heritage persistent IDentifiers
See https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html for the technical details of that spec. These remaining four sorts of objects coincide with `git-raw`, which is already in this table. However, adding them here is not redundant, because the deserialization direction. While a git-raw CID may legally point to any sort of git object, the relevant SWHIDs specify in the identifier what sort of git object is expected, and if it points to a different type of valid git object, deserialization fails. That means there is no way to losslessly convert a git-coinciding SWHID into a git-raw CID.
1 parent 4011cb2 commit 07775b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

table.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ wss, multiaddr, 0x01de, permanent,
123123
p2p-websocket-star, multiaddr, 0x01df, permanent,
124124
http, multiaddr, 0x01e0, draft,
125125
swhid-1-snp, ipld, 0x01f0, draft, SoftWare Heritage persistent IDentifier version 1 snapshot
126+
swhid-1-rel, ipld, 0x01f1, draft, SoftWare Heritage persistent IDentifier version 1 release
127+
swhid-1-rev, ipld, 0x01f2, draft, SoftWare Heritage persistent IDentifier version 1 revision
128+
swhid-1-dir, ipld, 0x01f3, draft, SoftWare Heritage persistent IDentifier version 1 directory
129+
swhid-1-cnt, ipld, 0x01f4, draft, SoftWare Heritage persistent IDentifier version 1 content
126130
json, ipld, 0x0200, permanent, JSON (UTF-8-encoded)
127131
messagepack, serialization, 0x0201, draft, MessagePack
128132
car, serialization, 0x0202, draft, Content Addressable aRchive (CAR)

0 commit comments

Comments
 (0)