Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 374 Bytes

JSON service definitons and validator

instalation

  • install ruby
  • install rubygems
  • install gem bundler
  • bundle install

validation of example services

bundle exec kwalify -m schemas/service.yaml
bundle exec kwalify -lf schemas/service.yaml services.example/*

validation of real services

bundle exec kwalify -lf schemas/service.yaml services/*