Skip to content

mitchallen/yaml-schema-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaml-schema-101

Reference

For more information on this repo, see this article:

Usage

Validate schema

node index.js test-files/good.yaml test-files/schema.json
npm start -- test-files/good.yaml test-files/schema.json

Fail validation

node index.js test-files/bad.yaml test-files/schema.json

About

Validating YAML against a schema

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published