🌐
npm
npmjs.com › package › json-schema
json-schema - npm
This is a historical repository for the early development of the JSON Schema specification and implementation. This package is considered "finished": it holds the earlier draft specification and a simple, efficient, lightweight implementation ...
      » npm install json-schema
    
Published   Nov 09, 2021
Version   0.4.0
Author   Kris Zyp
🌐
npm
npmjs.com › package › jsonschema
jsonschema - npm
A fast and easy to use JSON Schema validator. Latest version: 1.5.0, last published: a year ago. Start using jsonschema in your project by running `npm i jsonschema`. There are 2520 other projects in the npm registry using jsonschema.
      » npm install jsonschema
    
Published   Jan 07, 2025
Version   1.5.0
Author   Tom de Grunt
🌐
npm
npmjs.com › package › typescript-json-schema
typescript-json-schema - npm
typescript-json-schema generates JSON Schema files from your Typescript sources. Latest version: 0.67.1, last published: 3 months ago. Start using typescript-json-schema in your project by running `npm i typescript-json-schema`. There are 385 ...
      » npm install typescript-json-schema
    
Published   Dec 08, 2025
Version   0.67.1
Author   Yousef El-Dardiry and Dominik Moritz
🌐
JSON Schema
json-schema.org › blog › posts › get-started-with-json-schema-in-node-js
Get started with JSON Schema in Node.js
We'll write a schema which describes the format we expect data to be in, then we'll write some JavaScript that uses the Ajv validator library to validate our data against it. Let's get started! The JSON Schema specification defines a JSON-based format for describing the structure of JSON data.
🌐
npm
npmjs.com › package › @hyperjump › json-schema
@hyperjump/json-schema - npm
A JSON Schema validator with support for custom keywords, vocabularies, and dialects. Latest version: 1.17.4, last published: 2 months ago. Start using @hyperjump/json-schema in your project by running `npm i @hyperjump/json-schema`. There are 14 other projects in the npm registry using @hyperjump/json-schema.
      » npm install @hyperjump/json-schema
    
Published   Jan 19, 2026
Version   1.17.4
Author   Jason Desrosiers
🌐
npm
npmjs.com › package › json-schema-library
json-schema-library - npm
Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation. Latest version: 11.0.2, last published: 5 days ago. Start using json-schema-library in your project by running `npm i json-schema-library`. There are 65 other projects in the npm registry using json-schema-library.
      » npm install json-schema-library
    
Published   Feb 22, 2026
Version   11.0.2
Author   Sascha Goldhofer
🌐
npm
npmjs.com › package › json-schema-it
json-schema-it - npm
JSON Schema generator.. Latest version: 1.2.23, last published: 2 months ago. Start using json-schema-it in your project by running `npm i json-schema-it`. There are 2 other projects in the npm registry using json-schema-it.
      » npm install json-schema-it
    
Published   Dec 20, 2025
Version   1.2.23
Author   Mark
🌐
GitHub
github.com › json-schema-org › json-schema-test-suite-npm
GitHub - json-schema-org/json-schema-test-suite-npm: NPM / node.js-specific support for json-schema-org/JSON-Schema-Test-Suite
NPM / node.js-specific support for the JSON Schema test suite
Starred by 6 users
Forked by 2 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
npm
npmjs.com › package › json-schema-generator
json-schema-generator - npm
JSON schema generator based on draft-v4.. Latest version: 2.0.6, last published: 8 years ago. Start using json-schema-generator in your project by running `npm i json-schema-generator`. There are 56 other projects in the npm registry using json-schema-generator.
      » npm install json-schema-generator
    
Published   Oct 19, 2017
Version   2.0.6
Author   Kirk Gordon
🌐
npm
npmjs.com › package › to-json-schema
to-json-schema - npm
Convert JS object to JSON Schema. Latest version: 0.2.5, last published: 6 years ago. Start using to-json-schema in your project by running `npm i to-json-schema`. There are 126 other projects in the npm registry using to-json-schema.
      » npm install to-json-schema
    
Published   Mar 27, 2020
Version   0.2.5
Author   David Ruzicka
Find elsewhere
🌐
npm
npmjs.com › package › fluent-json-schema
fluent-json-schema - npm
A fluent API to generate JSON schemas (draft-07) for Node.js and browser.
      » npm install fluent-json-schema
    
Published   Apr 10, 2025
Version   6.0.0
Author   Lorenzo Sicilia
🌐
npm
npmjs.com › search
json schema - npm search
npm · Sign UpSign In · Sort by: Default · Default · Most downloaded this week · Most downloaded this month · Most dependents · Recently published · JSON Schema validation and specifications · json · schema · kriszyp• 0.4.0 • 4 years ago • 1532 dependents • (AFL-2.1 OR BSD-3-Clause)published version 0.4.0, 4 years ago1532 dependents licensed under $(AFL-2.1 OR BSD-3-Clause) 129,618,019 ·
🌐
npm
npmjs.com › package › @types › json-schema
@types/json-schema - npm
TypeScript definitions for json-schema. Latest version: 7.0.15, last published: 2 years ago. Start using @types/json-schema in your project by running `npm i @types/json-schema`. There are 693 other projects in the npm registry using @types/json-schema.
      » npm install @types/json-schema
    
🌐
npm
npmjs.com › search
json-schema validator - npm search
A JavaScript implementation of a extendable, fully compliant JSON Schema validator.
🌐
GitHub
github.com › SchemaStore › schemastore › blob › master › src › schemas › json › package.json
schemastore/src/schemas/json/package.json at master · SchemaStore/schemastore
"title": "JSON schema for NPM package.json files", "definitions": { "person": { "description": "A person who has been involved in creating or maintaining this package.", "type": [ "object", "string" ], "required": [ "name" ], "properties": { "name": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "email": { "type": "string", "format": "email" } } }, "dependency": { "description": "Dependencies are specified with a simple hash of package name to version range.
Author   SchemaStore
🌐
Stack Overflow
stackoverflow.com › questions › 71772864 › need-to-do-schema-validation-with-multiple-references-using-jsonschema-npm-packa
Need to do schema Validation with multiple references using jsonschema npm package in react
I need to do the complex schema validation, which has multiple $ref in it. I am using jsonschema npm package to achieve it. Example: Parent Schema : - parent.json id: https://example.com/ww/ee/par...
🌐
npm
npmjs.com › package › mongoose-schema-jsonschema
mongoose-schema-jsonschema - npm
Mongoose extension that allows to build json schema for mongoose models, schemas and queries. Latest version: 4.0.1, last published: 3 months ago. Start using mongoose-schema-jsonschema in your project by running `npm i mongoose-schema-jsonschema`. ...
      » npm install mongoose-schema-jsonschema
    
Published   Dec 01, 2025
Version   4.0.1
Author   Dmitry Scheglov
🌐
npm
npmjs.com › package › json-schema-typed
json-schema-typed - npm
JSON Schema TypeScript definitions with complete inline documentation.. Latest version: 8.0.2, last published: 3 months ago. Start using json-schema-typed in your project by running `npm i json-schema-typed`. There are 67 other projects in the npm registry using json-schema-typed.
      » npm install json-schema-typed
    
Published   Nov 17, 2025
Version   8.0.2
Author   Remy Rylan
🌐
npm
npmjs.com › package › express-jsonschema
express-jsonschema - npm
Express middleware for jsonschema validation.. Latest version: 1.1.6, last published: 9 years ago. Start using express-jsonschema in your project by running `npm i express-jsonschema`. There are 27 other projects in the npm registry using express-jsonschema.
      » npm install express-jsonschema
    
Published   Sep 29, 2016
Version   1.1.6
Author   Adrian Adkison
🌐
npm
npmjs.com › package › @cfworker › json-schema
@cfworker/json-schema - npm
A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.. Latest version: 4.1.1, last published: a year ago. Start using @cfworker/json-schema in your project by running `npm i @cfworker/json-schema`. There are 68 other projects in the npm registry using @cfworker/json-schema.
      » npm install @cfworker/json-schema
    
Published   Jan 31, 2025
Version   4.1.1
Author   Jeremy Danyow