From fb0d1ddd92451929fa0a1549d526d894aafe8148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20J=C3=A1ky?= Date: Wed, 18 Feb 2026 10:19:09 +0100 Subject: [PATCH] fix(docs): remove obsolete paragraph about modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: András Jáky --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 7f0703e2..3c18c8c6 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,6 @@ See the relevant section in the [contributing guide](./CONTRIBUTING.md#oasf-ext extension to the schema. An OASF instance with schema extensions can be hosted, allowing you to use your own schema server for record validation. -Alternatively, records can be extended by adding arbitrary JSON objects to the `modules` list, using module names that -do not conflict with existing OASF modules. -However, this approach is the least recommended, as validation will be skipped for these modules if the record is -validated against the standard OASF schema. - ### Schema Versioning and Immutability Once a schema version is released, no changes to that version of the schema are expected, except for non-breaking fixes