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

Download this file

76 lines (76 with data), 1.7 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"topic": {
"id": "topic",
"type": "object",
"properties": {
"_id": {
"id": "_id",
"type": "string"
},
"posts": {
"id": "posts",
"type": "array",
"items": {
"id": "1",
"type": "object",
"properties": {
"text": {
"id": "text",
"type": "string"
},
"attachments": {
"id": "attachments",
"type": "array",
"items": {}
},
"author": {
"id": "author",
"type": "string"
},
"timestamp": {
"id": "timestamp",
"type": "string"
},
"last_edited": {
"id": "last_edited",
"type": "null"
},
"slug": {
"id": "slug",
"type": "string"
},
"subject": {
"id": "subject",
"type": "string"
}
}
}
},
"discussion_id": {
"id": "discussion_id",
"type": "string"
},
"subject": {
"id": "subject",
"type": "string"
}
}
},
"count": {
"id": "count",
"type": "integer"
},
"limit": {
"id": "limit",
"type": "integer"
},
"page": {
"id": "page",
"type": "integer"
}
}
}