From 1b2da528aaca8a340e5f455bfaec57d2c08f6678 Mon Sep 17 00:00:00 2001 From: Dom Guinard Date: Wed, 22 Jul 2026 11:58:08 +0200 Subject: [PATCH] Adding fileds that cannot be updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e190f..1fa8dda 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ For a PR (new entry or update) to be approved the following criteria are importa - The entry shall not appear to be malicious (e.g., spam) or harmful. - The PR shall 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 shall successfully resolve (e.g., `softBindingResolutionApis`, `informationalUrl`). -- The algorithm covered by the entry shall support embedding, extracting, or both, of a soft binding identifier for the purpose of manifest recovery. +- The algorithm covered by the entry shall support embedding, extracting, or both, of a soft binding identifier for the purpose of manifest recovery. +- When updating an entry, the fields: `identifier`, `alg` and `type` shall not be changed.