[062892]: / Allura / docs / api-rest / schemas / webhook.json  Maximize  Restore  History

Download this file

34 lines (34 with data), 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
28
29
30
31
32
33
34
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://jsonschema.net",
"type": "object",
"properties": {
"hook_url": {
"id": "http://jsonschema.net/hook_url",
"type": "string"
},
"mod_date": {
"id": "http://jsonschema.net/mod_date",
"type": "string"
},
"url": {
"id": "http://jsonschema.net/url",
"type": "string"
},
"_id": {
"id": "http://jsonschema.net/_id",
"type": "string"
},
"type": {
"id": "http://jsonschema.net/type",
"type": "string"
}
},
"required": [
"hook_url",
"mod_date",
"url",
"_id",
"type"
]
}