Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit eec3ac0

Browse files
authored
Merge pull request #385 from karenetheridge/ether/add-JSON-Schema-Tiny
add JSON::Schema::Tiny implementation
2 parents 828f2b1 + a68bee5 commit eec3ac0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

_data/validator-libraries-modern.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,22 @@
168168
license: MIT
169169
- name: Perl
170170
implementations:
171+
- name: JSON::Schema::Draft201909
172+
url: https://github.com/karenetheridge/JSON-Schema-Draft201909
173+
notes:
174+
date-draft: [2019-09]
175+
license: "GNU General Public License, Version 1 + The Artistic License 1.0"
176+
- name: JSON::Schema::Tiny
177+
url: https://github.com/karenetheridge/JSON-Schema-Tiny
178+
notes:
179+
date-draft: [2019-09]
180+
license: "GNU General Public License, Version 1 + The Artistic License 1.0"
171181
- name: JSON::Validator
172182
url: https://github.com/mojolicious/json-validator
173183
notes:
174184
date-draft:
175185
draft: [7, 6, 4]
176186
license: "The Artistic License 2.0 (GPL Compatible)"
177-
- name: JSON::Schema::Draft201909
178-
url: https://github.com/karenetheridge/JSON-Schema-Draft201909
179-
notes:
180-
date-draft: [2019-09]
181-
license: "GNU General Public License, Version 1 + The Artistic License 1.0"
182187
- name: PHP
183188
implementations:
184189
- name: Opis Json Schema

0 commit comments

Comments
 (0)