We have some constants that are used throughout the project, like the API base path, the metamodel version, the schema version tag and some more.
To reduce maintenance overhead and error risk, all constants that are version dependent, should be collected in a single .yaml file in the repository root and read from there on runtime.
We have some constants that are used throughout the project, like the API base path, the metamodel version, the schema version tag and some more.
To reduce maintenance overhead and error risk, all constants that are version dependent, should be collected in a single
.yamlfile in the repository root and read from there on runtime.