nickcmaynard/jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.

82

stars

1,126

commits

JavaScript

primary language

Sep 10, 2026

updated

jsonschemalint.com

README

JSON Schema Lint

Build container image

Setup

npm ci

Run tests

# Unit tests
npm run test:unit

# End-to-end tests
npx playright install --with-deps
npm run test:e2e

# Run limited set of end-to-end tests on Chromium
npx playwright test --project chromium

Preview

"live reload" dev

npm run dev

Open http://localhost:5173.

Built site (of dist/)

npm run build
npm run preview

Open http://localhost:4173/.

Building dist/

Production

npm run build

Development (with sourcemap)

npx vite build --sourcemap true

Contributors

nickcmaynard

451 commits

dependabot[bot]

330 commits

HotelDon

9 commits

nickcmaynard/jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.

82

stars

1,126

commits

JavaScript

primary language

Sep 10, 2026

updated

jsonschemalint.com

README

JSON Schema Lint

Build container image

Setup

npm ci

Run tests

# Unit tests
npm run test:unit

# End-to-end tests
npx playright install --with-deps
npm run test:e2e

# Run limited set of end-to-end tests on Chromium
npx playwright test --project chromium

Preview

"live reload" dev

npm run dev

Open http://localhost:5173.

Built site (of dist/)

npm run build
npm run preview

Open http://localhost:4173/.

Building dist/

Production

npm run build

Development (with sourcemap)

npx vite build --sourcemap true

Contributors

nickcmaynard

451 commits

dependabot[bot]

330 commits

HotelDon

9 commits

Languages

JavaScript

60.6%

Vue

33.8%

Dockerfile

3.4%

HTML

1.7%