AlleForge Schemas
Public JSON schemas served at https://schemas.alleforge.com
Structure
Each schema lives at a versioned, immutable path:
/<schema-name>/<version>/<schema-name>.json
Example: https://schemas.alleforge.com/collection/v1.0.0/collection.json
Versioning rules
- Never edit a published version. Once a version is live, the file at that URL must not change — downstream systems may pin to it.
- Add a new version (
v1.1.0, v2.0.0, etc.) for any change.
- Follow semver: patch for fixes, minor for backward-compatible additions, major for breaking changes.