Commit f975e68
authored
Clean up schema by simplifying version structure (#379)
## Summary
Simplified the schema structure by:
- Replacing `version_detail.version` with direct `version` field
- Removing unused `release_date` field from seed data
- Updating all API types, models, and tests to match new structure
- Maintaining backwards compatibility in API responses
This change makes the schema more intuitive and reduces nesting depth.1 parent f51c187 commit f975e68
File tree
26 files changed
+540
-1973
lines changed- cmd/publisher/commands
- data
- docs
- explanations
- guides
- consuming
- publishing
- reference
- api
- cli
- server-json
- internal
- api/handlers/v0
- database
- importer
- service
- validators
- pkg
- api/v0
- model
- scripts
- tests/integration
26 files changed
+540
-1973
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | | - | |
| 312 | + | |
315 | 313 | | |
316 | 314 | | |
317 | 315 | | |
0 commit comments