GitHub Action commited on
Commit
a686978
·
1 Parent(s): 893abe8

Sync from GitHub with Git LFS

Browse files
Files changed (1) hide show
  1. docs/HMP-0005.md +4 -4
docs/HMP-0005.md CHANGED
@@ -372,8 +372,8 @@ The unified container structure provides:
372
  /* Content depends on class */
373
  },
374
  "related": {
375
- "previous_version": "did:hmp:container:abc122",
376
- "in_reply_to": "did:hmp:container:msg-77",
377
  "see_also": ["did:hmp:container:ctx-31", "did:hmp:container:goal-953"],
378
  "depends_on": ["did:hmp:container:goal-953"],
379
  "extends": ["did:hmp:container:proto-01"],
@@ -435,8 +435,8 @@ The unified container structure provides:
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. The following fields illustrate common link types but do not represent an exhaustive list. |
438
- | `related.previous_version` | string | DID of the previous version of this container. |
439
- | `related.in_reply_to` | string | DID of the container this one replies to. |
440
  | `related.see_also` | array(string) | References to related or contextual containers. |
441
  | `related.depends_on` | array(string) | References to containers this one logically depends on. |
442
  | `related.extends` | array(string) | References to containers that this one extends. |
 
372
  /* Content depends on class */
373
  },
374
  "related": {
375
+ "previous_version": ["did:hmp:container:abc122"],
376
+ "in_reply_to": ["did:hmp:container:msg-77"],
377
  "see_also": ["did:hmp:container:ctx-31", "did:hmp:container:goal-953"],
378
  "depends_on": ["did:hmp:container:goal-953"],
379
  "extends": ["did:hmp:container:proto-01"],
 
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. The following fields illustrate common link types but do not represent an exhaustive list. |
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. |
441
  | `related.depends_on` | array(string) | References to containers this one logically depends on. |
442
  | `related.extends` | array(string) | References to containers that this one extends. |