From 0b40e79c7003fc5a4157f2e6c40f21d27552f47c Mon Sep 17 00:00:00 2001 From: Dom Guinard Date: Tue, 10 Feb 2026 11:24:20 +0100 Subject: [PATCH] Adding ID bearing requirement --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09dd121..8c18dc4 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ The C2PA Technical Working Group will approve and merge PRs in accordance with i C2PA's Technical Working Group may also decide to remove malicious or non-conformant entries from the list of approved soft binding algorithms. For an entry to be approved the following criteria are important: -- The entry has to comply with the [schema](softbinding-algorithm-list-schema.json) and include all the mendatory fields. +- The entry has to comply with the [schema](softbinding-algorithm-list-schema.json) and include all the mandatory fields. For a PR (new entry or update) to be approved the following criteria are important: - The entry has to conform with the [schema](softbinding-algorithm-list-schema.json) and include all the mandatory fields. - The entry should not be malicious (e.g., spam) or harmful. - The PR has to be submitted by an individual affiliated with the company owning the submitted proprietary algorithm or a maintainer of the submitted open source algorithm or its fork. -- The provided URLs have to successfully resolve (e.g., `softBindingResolutionApis`, `informationalUrl`) +- The provided URLs have to successfully resolve (e.g., `softBindingResolutionApis`, `informationalUrl`). +- The algorithm covered by the entry should support embedding or extracting a soft binding identifier for the purpose of manifest recovery.