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

Download this file

75 lines (75 with data), 1.4 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
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"related_artifacts": {
"id": "related_artifacts",
"type": "array",
"items": {}
},
"discussion_thread": {
"id": "discussion_thread",
"type": "object",
"properties": {
"_id": {
"id": "_id",
"type": "string"
},
"posts": {
"id": "posts",
"type": "array",
"items": {}
},
"discussion_id": {
"id": "discussion_id",
"type": "string"
},
"subject": {
"id": "subject",
"type": "string"
}
}
},
"author": {
"id": "author",
"type": "string"
},
"url": {
"id": "url",
"type": "string"
},
"text": {
"id": "text",
"type": "string"
},
"labels": {
"id": "labels",
"type": "array",
"items": {
"id": "0",
"type": "string"
}
},
"state": {
"id": "state",
"type": "string"
},
"mod_date": {
"id": "mod_date",
"type": "string"
},
"title": {
"id": "title",
"type": "string"
},
"_id": {
"id": "_id",
"type": "string"
},
"discussion_thread_url": {
"id": "discussion_thread_url",
"type": "string"
}
}
}