-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathMETA.json
More file actions
27 lines (27 loc) · 661 Bytes
/
META.json
File metadata and controls
27 lines (27 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"abstract": "Validate json schemas",
"maintainer": "Furstenheim <furstenheim@gmail.com>",
"license": "mit",
"provides": {
"jsonb_deep_sum": {
"file": "is_jsonb_valid--0.1.4.sql",
"version": "0.1.4"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"name": "is_jsonb_valid",
"version": "0.1.4",
"description": "Validate the integrity of jsons in the database making sure they validate against an schema",
"resources": {
"repository": {
"url": "https://github.com/furstenheim/is_jsonb_valid",
"type": "git"
}
},
"tags": [
"jsonb", "json"
]
}