scribble icon indicating copy to clipboard operation
scribble copied to clipboard

Add external yaml schema checking library

Open cd1m0 opened this issue 4 years ago • 0 comments

With #128 we added an internal yaml schema checker function in yaml.ts. This is overkill, and should be replaced with an external library (e.g. https://www.npmjs.com/package/yaml-schema-validator).

Note that it would be nice if that library would be to provide good error location in the yaml file when validation fails.

cd1m0 avatar Dec 08 '21 08:12 cd1m0