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
When generating files with the CLI, e.g. aqua init or aqua generate-registry a comment could be added on top of the file, for schema validation via the editor's YAML language server. The comment could be added under ---, but works above as well.
Also an additional schema for "aqua-policy.yaml" could be added to "json-schema" repo and used as above.
Feature Overview
When generating files with the CLI, e.g.
aqua init
oraqua generate-registry
a comment could be added on top of the file, for schema validation via the editor's YAML language server. The comment could be added under---
, but works above as well.Also an additional schema for "aqua-policy.yaml" could be added to "json-schema" repo and used as above.
See:
https://aquaproj.github.io/docs/reference/config/#json-schema
https://aquaproj.github.io/docs/reference/registry-config/#json-schema
Why is the feature needed?
For better user experience when editing the configurations manually.
Workaround
No response
Example Code
aqua.yaml
aqua-registry.yaml
Note
No response
The text was updated successfully, but these errors were encountered: