From d45200ad3a97843e2da05dce04dc8ff8b8f6f5dc Mon Sep 17 00:00:00 2001 From: Eugene Pirogov <207112+gmile@users.noreply.github.com> Date: Fri, 15 Mar 2019 11:58:21 +0200 Subject: [PATCH] Add JsonXema, JSON schema implementation in Elixir --- _data/validator-libraries-modern.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 96ff4b56..0ee70f00 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -35,6 +35,10 @@ draft: [4] 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)" license: MIT + - name: JsonXema + url: https://github.com/hrzndhrn/json_xema + draft: [7, 6, 4] + license: MIT - name: Go implementations: - name: gojsonschema