From 23f8177b758f2ec71bdcb5b5e5b24addf91770c1 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Thu, 12 Feb 2026 10:19:37 -0800 Subject: [PATCH 1/2] Remove spurious character --- docs/manifest/writing/assertions-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest/writing/assertions-actions.md b/docs/manifest/writing/assertions-actions.md index e23b287e..5e37dfb3 100644 --- a/docs/manifest/writing/assertions-actions.md +++ b/docs/manifest/writing/assertions-actions.md @@ -153,7 +153,7 @@ Use the `digitalSourceType` property to specify how an asset was created or modi The value of `digitalSourceType` is one of the URLs specified by the International Press Telecommunications Council (IPTC) [NewsCodes Digital Source Type scheme](https://cv.iptc.org/newscodes/digitalsourcetype/) of the form `http://cv.iptc.org/newscodes/digitalsourcetype/`, where `` is one of the codes shown in the following table. -| Code | Description |` +| Code | Description | |---|---| | algorithmicallyEnhanced | Minor augmentation or correction by algorithm. | | algorithmicMedia | Media created purely by an algorithm not based on any sampled training data, e.g. an image created by software using a mathematical formula. | From 30dc20567dfdb64e435f4cb6c1755062ade7ecc9 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Thu, 12 Feb 2026 10:44:47 -0800 Subject: [PATCH 2/2] Hide review comment --- docs/manifest/writing/assertions-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest/writing/assertions-actions.md b/docs/manifest/writing/assertions-actions.md index 5e37dfb3..1412ce87 100644 --- a/docs/manifest/writing/assertions-actions.md +++ b/docs/manifest/writing/assertions-actions.md @@ -136,9 +136,9 @@ The [C2PA Technical Specification](https://c2pa.org/specifications/specification V1 actions are fully specified in the `actions` array. However, a v2 action may either be fully specified in an element of the `actions` array or it may be derived from an element in the `templates` array with the same action name. -
+
The CAI APIs can read all v2 actions and write **most** v2 actions. -What v2 actions can it NOT write? We should document that. +We should document v2 actions that can it NOT write.
### Action names