mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 03:13:05 -04:00
- Renamed `common_types` to `core_types` in `UnifiedSchema` for clarity. - Updated schema extraction methods to reflect the new naming convention. - Enhanced the `register_schema_type` macro for better type registration in schema generation. - Added `JsonSchema` derives to various structs to support schema extraction. - Improved logging in `generate_schemas` to provide accurate output details. - Updated documentation to reflect changes in schema structure and type handling.