[0.2.0] - 2025-05-02
Added
- Support for JSON schema generation with proper handling of URIRef fields
- New
PydanticURIRef
type using Pydantic's annotation system - Tests for schema generation and validation
Changed
- Updated
BaseRdfModel
to usePydanticURIRef
instead of rawURIRef
for better schema support - Improved type checking across the library