Skip to content

Commit 4ecd4b8

Browse files
Add tooling java json validator (#1212)
* Add Jaronuinga JSON Schema validator to tooling data * fix * Refactor tooling data to update dependency field and add compliance instructions * Update tooling data to replace validator dependency URL and refine compliance * Update Jaronuinga description and refine supported dialects in tooling data --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 8b4b3eb commit 4ecd4b8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

data/tooling-data.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,6 +3035,23 @@
30353035
license: 'Apache-2.0'
30363036
status: 'obsolete'
30373037

3038+
- name: Jaronuinga
3039+
description: >
3040+
Jaronuinga is a simple JSON Schema validator written in Java 17. It is based on JSONP 1.1 and has no other dependencies.
3041+
The library's primary purpose is to intercept the parsing process for additional custom analysis (e.g., verifying "foreign keys" on data submission).
3042+
It may also be used for schema analysis via `getParent()` and `getChildren()` methods.
3043+
toolingTypes: ['validator']
3044+
languages: ['Java']
3045+
maintainers:
3046+
- name: 'Dmitry Repchevsky'
3047+
username: 'Dmitry Repchevsky'
3048+
platform: 'github'
3049+
license: 'LGPL 2.1 or later'
3050+
source: 'https://github.com/elixir-europe/java-json-schema-validator'
3051+
supportedDialects:
3052+
draft: ['4', '6', '7', '2019-09', '2020-12']
3053+
lastUpdated: '2024-10-01'
3054+
30383055
- name: protoc-gen-jsonschema
30393056
description: 'JsonSchema generator plugin for Google Protocol Buffers'
30403057
toolingTypes: ['model-to-schema']

0 commit comments

Comments
 (0)