CDN Resources for jsonschema
Various ways to access jsonschema via Content Delivery Networks
Package Installation
npm
npm install jsonschemayarn
yarn add jsonschemapnpm
pnpm add jsonschemaCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/jsonschema"></script>Unpkg
<script src="https://unpkg.com/jsonschema"></script>jsDelivr ESM
<script type="module">
import jsonschema from 'https://cdn.jsdelivr.net/npm/jsonschema/+esm';
</script>Skypack
<script type="module">
import jsonschema from 'https://cdn.skypack.dev/jsonschema';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages