Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue-build/schema
TypeSpec schema for BlueBuild modules and recipes
https://github.com/blue-build/schema
Last synced: 2 days ago
JSON representation
TypeSpec schema for BlueBuild modules and recipes
- Host: GitHub
- URL: https://github.com/blue-build/schema
- Owner: blue-build
- License: apache-2.0
- Created: 2024-05-12T08:59:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:08:57.000Z (10 days ago)
- Last Synced: 2024-11-04T04:18:26.527Z (10 days ago)
- Language: JavaScript
- Homepage: https://schema.blue-build.org/
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schema
TypeSpec schema for BlueBuild.
## Versioning
The recipe model uses a crude versioning scheme:_
- The baseUri and filename of the recipe schema is `recipe-vX.json`
- `X` is be the number of the version of the recipe format the model represents, starting at `1`.
- When a breaking change is made, the number shall be incremented by one. The old version should also be kept, with the previous version number, and in a separate file and model.
- This number may be used to select which version of the standard to process in [blue-build/cli](https://github.com/blue-build/cli/)