diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index 49268ff35..47980e973 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -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']