[60ada4]: / Allura / docs / api-rest / schemas / webhooks.json  Maximize  Restore  History

Download this file

57 lines (57 with data), 1.2 kB

 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
51
52
53
54
55
56
57
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"webhooks": {
"id": "webhooks",
"type": "array",
"items": {
"id": "1",
"type": "object",
"properties": {
"url": {
"id": "url",
"type": "string"
},
"mod_date": {
"id": "mod_date",
"type": "string"
},
"_id": {
"id": "_id",
"type": "string"
},
"type": {
"id": "type",
"type": "string"
},
"hook_url": {
"id": "hook_url",
"type": "string"
}
}
}
},
"limits": {
"id": "limits",
"type": "object",
"properties": {
"repo-push": {
"id": "repo-push",
"type": "object",
"properties": {
"max": {
"id": "max",
"type": "integer"
},
"used": {
"id": "used",
"type": "integer"
}
}
}
}
}
}
}