Snowwpanda 46f5bb86b6 Migrate Field syntax to Pydantic 2.x format (json_schema_extra)
- Updated all Field(ontology=...) to Field(json_schema_extra={'ontology': ...})
- Updated Field(comment=...) to Field(json_schema_extra={'comment': ...})
- Enhanced schema_registry.py to extract comment from json_schema_extra
- Updated documentation in decorators.py, README.md, TECHNICAL.md
- Bumped version to 0.2.2
- All tests pass without deprecation warnings
2025-11-09 23:45:41 +01:00
2025-08-11 13:48:20 +02:00
2025-10-31 10:03:46 +01:00
2025-08-04 16:09:08 +02:00

Ro-Crate SIS Specifications Directory

Purpose

This repository contains Profiles/Modules specifications to use with RO-Crate.

It serves as a permanent URL for these specifications.

Structure

Each specification is in a separate directory.

/specification-name/

This directory contains different versions, each identified by a directory names.

/specification-name/A.B.x/

Each version contains a specification file, spec.md.

The specification file indicates which RO-Crate versions it is compatible with.

PATCH versions are contained in the same directory, PATCHES are intended to fix issues that do not change the workings of the specification, e.g. typos.

Aside from this, the specifications are not changed after release.

/specification-name/A.B.x/spec.md

It may also contain library code in both source and compiled forms, if applicable.

/specification-name/A.B.x/spec.md/lib/
S
Description
No description provided
Readme Apache-2.0
4.1 MiB
Languages
Python 65.7%
Java 34.3%