Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Hyperjump - Better JSON Schema Errors
It transforms standard, machine-oriented validation output into clear, human-friendly error messages ideal for API responses and developer tools. Built upon the official JSON Schema Output Format introduced in draft 2019-09, it ensures seamless compatibility with any compliant validator.

### Node.js

```bash
npm install @hyperjump/better-json-schema-errors
```
> **Note:** This package is not yet published to npm. You can clone this repository locally to experiment with it:
> This project is currently a **work in progress** and will be published to npm once completed.


## API Error Message Format

Expand Down