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
metadata.yaml, actions.yaml and config.yaml would be much easier to write with auto completion, and charm authors would encounter less runtime errors with auto validation.
metadata.yaml
,actions.yaml
andconfig.yaml
would be much easier to write with auto completion, and charm authors would encounter less runtime errors with auto validation.I created a json schema for
metadata.yaml
based on the Charm Metadata v2 post by @hpidcock and I really like the autocompletion + validation IDEs offer once you have a schema (I tested the schema using vscode + yaml extension).charmcraft build
(@facundobatista)Schema draft: metadata-schema.json
The text was updated successfully, but these errors were encountered: