8 Commits

Author SHA1 Message Date
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
Snowwpanda
60860ebbab Cleanup and adjustment to depreciated features
Added Manifest for publishing
2025-11-09 23:30:51 +01:00
Snowwpanda
f267b23c65 Cleanup for publishing 2025-10-31 10:03:46 +01:00
Snowwpanda
7b0bebbec1 Implementation dump: Pydantic decorators but still java api compatible 2025-10-11 15:57:08 +02:00
Simone Baffelli
59ba208f0a Added a small todo 2025-09-22 15:39:52 +02:00
Simone Baffelli
b8b00a5ff5 Trying to use pydantic-rdf 2025-09-11 16:30:04 +02:00
Simone Baffelli
8b02b21654 Using rdflib instead of raw json manipulation 2025-08-15 15:48:19 +02:00
Simone Baffelli
8dad54b116 Added initial scaffolding 2025-08-11 11:37:22 +02:00