{"library":"json-schema-loader","type":"library","category":null,"description":"Webpack loader that resolves internal and external JSON Schema references ($ref) using json-schema-ref-parser. Version 1.0.0 is the first stable release. Supports both JSON and YAML schemas. Part of the Cloudflare doca suite. Provides options like useSource to enable chaining with other loaders. Useful for any webpack project that needs to resolve JSON Schema references at build time.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install json-schema-loader","imports":["import resolvedSchema from 'json-schema-loader!./schema.json';","module.exports = { module: { rules: [ { test: /\\.json$/, exclude: /node_modules/, loader: 'json-schema-loader' } ] } };","import schema from 'json-schema-loader?useSource=true!./schema.json';"]},{"cmd":"yarn add json-schema-loader","imports":[]},{"cmd":"pnpm add json-schema-loader","imports":[]}],"homepage":"https://github.com/cloudflare/json-schema-loader#readme","github":"https://github.com/cloudflare/json-schema-loader","docs":null,"changelog":null,"pypi":null,"npm":"json-schema-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}