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
23 changes: 23 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3034,3 +3034,26 @@
source: 'https://github.com/andreineculau/json-schema-random'
license: 'Apache-2.0'
status: 'obsolete'

- name: Jaronuinga
description: >
Jaronuinga is a simple JSON Schema validator written in Java. 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 17']
Sahil-Shadwal marked this conversation as resolved.
Show resolved Hide resolved
dependsOnValidators: ['https://javaee.github.io/jsonp/']
Sahil-Shadwal marked this conversation as resolved.
Show resolved Hide resolved
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: ['1', '2', '3', '4', '5', '6', '7', '2019-09', '2020-12']
Sahil-Shadwal marked this conversation as resolved.
Show resolved Hide resolved
compliance:
config:
instructions:
'Refactor the schema parsing logic to support `$vocabulary` and ensure all string formats
required by the latest JSON Schema specifications are implemented.'
Sahil-Shadwal marked this conversation as resolved.
Show resolved Hide resolved
lastUpdated: '2024-10-01'
Loading