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 use the schemas defined in SchemaStore to help validate the CircleCI config that I write, via the RedHat VSCode YAML extension. It would be useful if this new config version was schemafied and added to the schemastore. I imagine this might only make sense once the config format is finalised though. SchemaStore/schemastore#515
Update: It looks like there is a schema already:
Configuration for the build is validated to ensure it parses as YAML and adheres to the CircleCI configuration schema (TODO: publish and link to the schema). - config-lifecycle
The text was updated successfully, but these errors were encountered:
I am getting VS Code YAML errors relating to 2.1 command parameters. Getting 'Incorrect type. Expected "string".' error in the config for calling a command with a parameter value. I believe it is that the schema is not updated.
I use the schemas defined in SchemaStore to help validate the CircleCI config that I write, via the RedHat VSCode YAML extension. It would be useful if this new config version was schemafied and added to the schemastore. I imagine this might only make sense once the config format is finalised though. SchemaStore/schemastore#515
Update: It looks like there is a schema already:
The text was updated successfully, but these errors were encountered: