-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathMETA.json
46 lines (46 loc) · 1.21 KB
/
META.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pg_jsonschema",
"abstract": "PostgreSQL extension providing JSON Schema validation",
"description": "pg_jsonschema is a PostgreSQL extension adding support for JSON schema validation on json and jsonb data types.",
"version": "0.3.1",
"maintainer": [
"Oliver Rice <github@oliverrice.com>"
],
"license": "apache_2_0",
"provides": {
"pg_jsonschema": {
"abstract": "PostgreSQL extension providing JSON Schema validation",
"file": "pg_jsonschema.control",
"docfile": "README.md",
"version": "0.3.1"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "12.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/supabase/pg_jsonschema/issues/"
},
"repository": {
"url": "git://github.com/supabase/pg_jsonschema.git",
"web": "https://github.com/supabase/pg_jsonschema/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"jsonschema",
"validation",
"json",
"jsonb"
]
}