vets-json-schema

| I want to... | Then you should... | | ------------ | ------------------ | | build the json schemas | npm run build | | watch for changes and rebuild when they happen | npm run watch | | run tests on the built schemas | npm run test |

Usage no npm install needed!

<script type="module">
  import vetsJsonSchema from 'https://cdn.skypack.dev/vets-json-schema';
</script>

README

vets-json-schema Build Status

I want to...

I want to... Then you should...
build the json schemas npm run build
watch for changes and rebuild when they happen npm run watch
run tests on the built schemas npm run test