Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading