npm install jsonschemayarn add jsonschemapnpm add jsonschema<script src="https://fastly.jsdelivr.net/npm/jsonschema"></script><script src="https://unpkg.com/jsonschema"></script><script type="module">
import jsonschema from 'https://cdn.jsdelivr.net/npm/jsonschema/+esm';
</script><script type="module">
import jsonschema from 'https://cdn.skypack.dev/jsonschema';
</script>