Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 4e1a8b7

Browse files
authored
Merge pull request #532 from OptimumCode/main
Add new json-schema-validator library to the list of implementations
2 parents fb3b1e6 + afebf6b commit 4e1a8b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_data/validator-libraries-modern.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,15 @@
261261
draft: [7]
262262
license: MIT
263263
last-updated: "2022-08-31"
264+
- name: json-schema-validator
265+
url: https://github.com/OptimumCode/json-schema-validator
266+
notes: |
267+
Kotlin Muliplatform implementation of JSON schema to validate the JsonElement from kotlinx.serialization-json.
268+
The library is 'work in progress' and new features/drafts will be added in the future.
269+
date-draft: []
270+
draft: [7]
271+
license: MIT
272+
last-updated: "2023-08-01"
264273
- name: Perl
265274
implementations:
266275
- name: JSON::Schema::Modern

0 commit comments

Comments
 (0)