Skip to content

Commit ee7eaf0

Browse files
committed
move impls with no draft-6 or later support to obsolete
1 parent 33b8900 commit ee7eaf0

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

_data/validator-libraries-modern.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
date-draft: [2019-09]
1212
draft: [7, 6, 4, 3]
1313
license: "AGPL-3.0-only"
14-
- name: C
15-
implementations:
16-
- name: WJElement
17-
url: https://github.com/netmail-open/wjelement
18-
date-draft:
19-
draft: [4, 3]
20-
license: LGPL-3.0
21-
notes: "Draft-06+ progress: issue [17](https://github.com/netmail-open/wjelement/issues/17#issuecomment-390899432)"
2214
- name: C++
2315
implementations:
2416
- name: f5-json-schema
@@ -67,7 +59,7 @@
6759
- name: json-schema
6860
url: https://github.com/fisxoj/json-schema
6961
date-draft: [2019-09]
70-
draft: [4, 6, 7]
62+
draft: [7, 6, 4]
7163
license: LGPL
7264
- name: Elixir
7365
implementations:
@@ -76,12 +68,6 @@
7668
date-draft:
7769
draft: [7, 6, 4]
7870
license: MIT
79-
- name: Elixir JSON Schema validator
80-
url: https://github.com/jonasschmidt/ex_json_schema
81-
date-draft:
82-
draft: [4]
83-
notes: "Draft-06+ progress: issue [24](https://github.com/jonasschmidt/ex_json_schema/issues/24); branch [multi-draft-support](https://github.com/jonasschmidt/ex_json_schema/tree/multi-draft-support)"
84-
license: MIT
8571
- name: Erlang
8672
implementations:
8773
- name: JeSSE

_data/validator-libraries-obsolete.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
date-draft: [2019-09]
1212
draft: [7, 6, 4]
1313
license: MIT
14+
- name: C
15+
implementations:
16+
- name: WJElement
17+
url: https://github.com/netmail-open/wjelement
18+
date-draft:
19+
draft: [4, 3]
20+
license: LGPL-3.0
21+
notes: "Draft-06+ progress: issue [17](https://github.com/netmail-open/wjelement/issues/17#issuecomment-390899432)"
1422
- name: C++
1523
anchor-name: cpp
1624
implementations:
@@ -53,6 +61,14 @@
5361
notes:
5462
draft: [4]
5563
license: BSL-1.0
64+
- name: Elixir
65+
implementations:
66+
- name: Elixir JSON Schema validator
67+
url: https://github.com/jonasschmidt/ex_json_schema
68+
date-draft:
69+
draft: [4]
70+
notes: "Draft-06+ progress: issue [24](https://github.com/jonasschmidt/ex_json_schema/issues/24); branch [multi-draft-support](https://github.com/jonasschmidt/ex_json_schema/tree/multi-draft-support)"
71+
license: MIT
5672
- name: Go
5773
implementations:
5874
- name: validate-json

0 commit comments

Comments
 (0)