Skip to content

Commit ccf7bcf

Browse files
Added the JSV Elixir library to the avaiable tools (#1235)
1 parent ceb509c commit ccf7bcf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

data/tooling-data.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,4 +3046,20 @@
30463046
license: 'Apache-2.0'
30473047
source: 'https://github.com/pubg/protoc-gen-jsonschema'
30483048
supportedDialects:
3049-
draft: ['4', '6', '7', '2019-09', '2020-12']
3049+
draft: ['4', '6', '7', '2019-09', '2020-12']
3050+
3051+
- name: JSV
3052+
description: 'A generic JSON Schema validator for Elixir'
3053+
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']
3054+
toolingTypes: ['validator']
3055+
languages: ['Elixir', 'Erlang']
3056+
maintainers:
3057+
- name: 'Ludovic Demblans'
3058+
username: 'lud'
3059+
platform: 'github'
3060+
license: 'MIT'
3061+
source: 'https://github.com/lud/jsv'
3062+
homepage: 'https://hex.pm/packages/jsv'
3063+
supportedDialects:
3064+
draft: ['2020-12', '7']
3065+
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'

0 commit comments

Comments
 (0)