Skip to content

Commit 6a544fa

Browse files
authored
dev.harrel impl: update info (#862)
* Update validator-libraries-modern.yml - draft7 support * correct draft structure * add web validator
1 parent 05d16e9 commit 6a544fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

data/validator-libraries-modern.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@
203203
url: https://github.com/harrel56/json-schema
204204
notes: JSON library agnostic implementation. Supports custom keywords.
205205
date-draft: [ 2020-12, 2019-09 ]
206+
draft: [ 7 ]
206207
license: MIT
207-
last-updated: "2023-11-12"
208+
last-updated: "2024-08-14"
208209
- name: Zuunr JSON
209210
url: https://bitbucket.org/zuunr/json
210211
notes: Immutable JSON representation in Java + validation and filtering based on JSON Schema
@@ -512,6 +513,14 @@
512513
built-on:
513514
name: ajv
514515
last-updated: "2022-08-31"
516+
- name: Harrel.dev
517+
url: https://harrel.dev/json-schema
518+
date-draft: [2020-12, 2019-09]
519+
draft: [7]
520+
notes: Server-side validation. Uses json-schema (dev.harrel) Java implementation.
521+
built-on:
522+
name: json-schema (dev.harrel)
523+
last-updated: "2024-08-14"
515524
- name: Command Line
516525
implementations:
517526
- name: valbuddy

0 commit comments

Comments
 (0)