-
Notifications
You must be signed in to change notification settings - Fork 0
309 lines (309 loc) · 8.87 KB
/
[email protected]_output.json
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "[email protected]_output",
"type": "object",
"title": "Get Repository Capabilities Using Repo ID Output V9.1",
"description": "The Get Repository Capabilities Using Repo ID Output schema Version 9.1.",
"default": {},
"examples": [
{
"capabilities": [
{
"name": "INDEX_CREATE",
"displayName": "Index create",
"isSupported": false
},
{
"name": "INDEX_DELETE",
"displayName": "Index delete",
"isSupported": false
},
{
"name": "INDEX_UPDATE",
"displayName": "Index update",
"isSupported": true
},
{
"name": "INDEX_READ",
"displayName": "Index read",
"isSupported": false
},
{
"name": "CONTENT_NAVIGATION",
"displayName": "Content navigation",
"isSupported": false
},
{
"name": "ARC_CREATE",
"displayName": "Archive Create",
"isSupported": true
},
{
"name": "REC_MANAGEMENT",
"displayName": "Records management",
"isSupported": false
},
{
"name": "BASIC_FUNCTIONALITY",
"displayName": "Basic functionality",
"isSupported": true
},
{
"name": "ANNOTATIONS",
"displayName": "Annotations",
"isSupported": true
},
{
"name": "OVERLAYS",
"displayName": "Overlays",
"isSupported": true
},
{
"name": "TOPIC_ITEM_SEARCH",
"displayName": "Topic item search",
"isSupported": true
},
{
"name": "WORK_QUEUES",
"displayName": "Work Queues",
"isSupported": false
},
{
"name": "ANNO_PERM_DISTINCT",
"displayName": "Anno perm distinct",
"isSupported": true
},
{
"name": "OVERLAY_PERMISSIONS",
"displayName": "Overlay permissions",
"isSupported": true
},
{
"name": "RECIPIENT_LENGTH_10",
"displayName": "Recipient length 10",
"isSupported": false
},
{
"name": "RECIPIENT_LENGTH_74",
"displayName": "Recipient length 74",
"isSupported": false
},
{
"name": "RECIPIENT_LENGTH_128",
"displayName": "Recipient length 128",
"isSupported": true
},
{
"name": "GET_PAGES_API",
"displayName": "Get pages API",
"isSupported": true
},
{
"name": "FILTERED_DOCSEARCH",
"displayName": "Filtered doc search",
"isSupported": true
},
{
"name": "FILTERED_DOCSEARCHX",
"displayName": "Filtered doc search enhanced",
"isSupported": true
},
{
"name": "TOPICITEM_SEARCH_ENH",
"displayName": "Topic item search enhanced",
"isSupported": true
},
{
"name": "TOPICITEM_UPDATER",
"displayName": "Topic item updater",
"isSupported": true
},
{
"name": "TOPICITEM_LENGTH_255",
"displayName": "Topic item length 255",
"isSupported": true
},
{
"name": "PER_TOPIC_TOPICITEM_LENGTH",
"displayName": "Per topic item length",
"isSupported": true
},
{
"name": "TOPIC_ITEM_UPDATE_ENHANCED",
"displayName": "Topic item update enhanced",
"isSupported": true
},
{
"name": "DELETE_REPORT_VERSION",
"displayName": "Deleter report version",
"isSupported": true
},
{
"name": "SIMPLE_SEARCH",
"displayName": "Simple Search",
"isSupported": true
},
{
"name": "FULL_TEXT_SEARCH",
"displayName": "Full text search",
"isSupported": true
},
{
"name": "SEARCH",
"displayName": "Search",
"isSupported": true
},
{
"name": "SERVER_REDACTION",
"displayName": "Server redaction",
"isSupported": true
},
{
"name": "ANNOTATION_CREATE",
"displayName": "Annotation Create",
"isSupported": true
},
{
"name": "ANNOTATION_READ",
"displayName": "Annotation Read",
"isSupported": true
},
{
"name": "ANNOTATION_UPDATE",
"displayName": "Annotation Update",
"isSupported": true
},
{
"name": "ANNOTATION_DELETE",
"displayName": "Annotation Delete",
"isSupported": true
},
{
"name": "VIEW_NONREDACTED_PAGES",
"displayName": "View non-redacted pages",
"isSupported": true
},
{
"name": "RETRIEVE_DOCUMENTS_METADATA",
"displayName": "Retrieve Documents Metadata",
"isSupported": false
},
{
"name": "NAVIGATION",
"displayName": "navigation",
"isSupported": true
},
{
"name": "RM_WITHOUT_TOPIC",
"displayName": "Record management without topic",
"isSupported": true
},
{
"name": "RESTFUL_API",
"displayName": "Restful API",
"isSupported": true
},
{
"name": "ENABLE_REDACTION",
"displayName": "Enable Redaction",
"isSupported": false
},
{
"name": "ENABLE_DOC_VERSIONING",
"displayName": "Enable Document versioning",
"isSupported": false
},
{
"name": "TOPIC_ITEM_DETAILED",
"displayName": "Topic item detailed",
"isSupported": true
}
]
}
],
"required": [
"capabilities"
],
"properties": {
"capabilities": {
"$id": "#/properties/capabilities",
"type": "array",
"title": "The capabilities schema",
"description": "An explanation about the purpose of this instance.",
"default": [],
"examples": [
[
{
"name": "INDEX_CREATE",
"displayName": "Index create",
"isSupported": false
},
{
"name": "INDEX_DELETE",
"displayName": "Index delete",
"isSupported": false
}
]
],
"additionalItems": true,
"items": {
"$id": "#/properties/capabilities/items",
"anyOf": [
{
"$id": "#/properties/capabilities/items/anyOf/0",
"type": "object",
"title": "The first anyOf schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"name": "INDEX_CREATE",
"displayName": "Index create",
"isSupported": false
}
],
"required": [
"name",
"displayName",
"isSupported"
],
"properties": {
"name": {
"$id": "#/properties/capabilities/items/anyOf/0/properties/name",
"type": "string",
"title": "The name schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"INDEX_CREATE"
]
},
"displayName": {
"$id": "#/properties/capabilities/items/anyOf/0/properties/displayName",
"type": "string",
"title": "The displayName schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Index create"
]
},
"isSupported": {
"$id": "#/properties/capabilities/items/anyOf/0/properties/isSupported",
"type": "boolean",
"title": "The isSupported schema",
"description": "An explanation about the purpose of this instance.",
"default": false,
"examples": [
false
]
}
},
"additionalProperties": true
}
]
}
}
},
"additionalProperties": true
}