Skip to content

Commit 49e93cb

Browse files
committed
Add Postgres validator from PR json-schema-org#141
@pritambaral submitted this info just before the Markdown rewrite and the conflicts were too substantial for me to resolve in that PR (as far as I can tell, you can only resolve conflicts within a file in GitHub, and the whole thing moved to a different file). So here it is, re-submitted for the current format.
1 parent 1ff62ec commit 49e93cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_data/validator-libraries.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,11 @@
216216
url: https://github.com/VoxSupplyChain/json-schema-parser
217217
notes: "Schema parser and validator"
218218
draft: [4]
219-
license: Apache 2.0
219+
license: Apache 2.0
220+
- name: PostgreSQL
221+
implementations:
222+
- name: postgres-json-schema
223+
url: https://github.com/gavinwahl/postgres-json-schema
224+
notes: "PL/pgSQL implementation, no remote (http) references"
225+
draft: [4]
226+
license: PostgreSQL

0 commit comments

Comments
 (0)