-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json.in
50 lines (50 loc) · 1.3 KB
/
META.json.in
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
47
48
49
50
{
"name": "jsonschema",
"abstract": "JSON Schema validation functions for PostgreSQL",
"description": "The jsonschema extension provides JSON Schema validation functions supporting drafts 2020-12, 2019-09, 7, 6, and 4",
"version": "@CARGO_VERSION@",
"maintainer": [
"David E. Wheeler <[email protected]>",
"Tembo <[email protected]>"
],
"license": "mit",
"provides": {
"jsonschema": {
"abstract": "JSON Schema validation functions for PostgreSQL",
"file": "src/lib.rs",
"docfile": "doc/jsonschema.md",
"version": "@CARGO_VERSION@"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "12.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/tembo-io/pg-jsonschema-boon/issues/"
},
"repository": {
"url": "git://github.com/tembo-io/pg-jsonschema-boon.git",
"web": "https://github.com/tembo-io/pg-jsonschema-boon/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"jsonschema",
"validation",
"json",
"schema",
"constraint",
"pgrx",
"rust"
]
}