Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooling java json validator #1212

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
17 changes: 17 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3035,6 +3035,23 @@
license: 'Apache-2.0'
status: 'obsolete'

- name: Jaronuinga
description: >
Jaronuinga is a simple JSON Schema validator written in Java 17. It is based on JSONP 1.1 and has no other dependencies.
The library's primary purpose is to intercept the parsing process for additional custom analysis (e.g., verifying "foreign keys" on data submission).
It may also be used for schema analysis via `getParent()` and `getChildren()` methods.
toolingTypes: ['validator']
languages: ['Java']
maintainers:
- name: 'Dmitry Repchevsky'
username: 'Dmitry Repchevsky'
platform: 'github'
license: 'LGPL 2.1 or later'
source: 'https://github.com/elixir-europe/java-json-schema-validator'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
lastUpdated: '2024-10-01'

- name: protoc-gen-jsonschema
description: 'JsonSchema generator plugin for Google Protocol Buffers'
toolingTypes: ['model-to-schema']
Expand Down
Loading