You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also think we should add a JSON schema (https://json-schema.org/) that allows verification of config files to follow the spec.
The text was updated successfully, but these errors were encountered:
svrnm
added
enhancement
New feature or request
triage
This issue or pull request requires triaging
and removed
triage
This issue or pull request requires triaging
labels
Jan 9, 2025
We might want to introduce a top level version, which is 0 right now. If needed we can have major/minor as well, but overall the idea would be to bump the version to 1 (or greater) if we introduce breaking changes.
We should normalize some attributes like imageNamePrefix, imageVersion, serviceAnnotation, etc. to image.namePrefix and image.version and k8s.annotations.service, etc.
Problem Statement
The specification for the config files (https://github.com/cisco-open/app-simulator/tree/main/docs/specification) is still work in progress, it needs much more details and we need to revisit some of the attributes that APM game has, that we either want to take or remove.
I also think we should add a JSON schema (https://json-schema.org/) that allows verification of config files to follow the spec.
The text was updated successfully, but these errors were encountered: