GitHub Action commited on
Commit ·
60a1f8c
1
Parent(s): a686978
Sync from GitHub with Git LFS
Browse files- docs/HMP-0005.md +1 -1
docs/HMP-0005.md
CHANGED
|
@@ -434,7 +434,7 @@ The unified container structure provides:
|
|
| 434 |
| `public_key` | string | Sender’s public key, if not globally resolvable via DID. |
|
| 435 |
| `compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
|
| 436 |
| `magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
|
| 437 |
-
| `related` | object | A general-purpose object describing **direct relationships** to other containers.
|
| 438 |
| `related.previous_versions` | array(string) | One or more container DIDs this container supersedes. Enables version branching and merging. |
|
| 439 |
| `related.in_reply_to` | array(string) | DIDs of containers this one replies to. Used for multi-source reasoning or discussion threads. |
|
| 440 |
| `related.see_also` | array(string) | References to related or contextual containers. |
|
|
|
|
| 434 |
| `public_key` | string | Sender’s public key, if not globally resolvable via DID. |
|
| 435 |
| `compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
|
| 436 |
| `magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
|
| 437 |
+
| `related` | object | A general-purpose object describing **direct relationships** to other containers. All fields inside `related` are **arrays of DIDs**, supporting multiple links per relation type. This allows open-ended semantic extension by agents. |
|
| 438 |
| `related.previous_versions` | array(string) | One or more container DIDs this container supersedes. Enables version branching and merging. |
|
| 439 |
| `related.in_reply_to` | array(string) | DIDs of containers this one replies to. Used for multi-source reasoning or discussion threads. |
|
| 440 |
| `related.see_also` | array(string) | References to related or contextual containers. |
|