File tree Expand file tree Collapse file tree 3 files changed +106
-106
lines changed Expand file tree Collapse file tree 3 files changed +106
-106
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
},
22
22
"schemas" : {
23
- "OCSMeta" : {
24
- "type" : " object" ,
25
- "required" : [
26
- " status" ,
27
- " statuscode"
28
- ],
29
- "properties" : {
30
- "status" : {
31
- "type" : " string"
32
- },
33
- "statuscode" : {
34
- "type" : " integer"
35
- },
36
- "message" : {
37
- "type" : " string"
38
- },
39
- "totalitems" : {
40
- "type" : " string"
41
- },
42
- "itemsperpage" : {
43
- "type" : " string"
44
- }
45
- }
46
- },
47
23
"Capabilities" : {
48
24
"type" : " object" ,
49
25
"required" : [
79
55
}
80
56
}
81
57
}
58
+ },
59
+ "OCSMeta" : {
60
+ "type" : " object" ,
61
+ "required" : [
62
+ " status" ,
63
+ " statuscode"
64
+ ],
65
+ "properties" : {
66
+ "status" : {
67
+ "type" : " string"
68
+ },
69
+ "statuscode" : {
70
+ "type" : " integer"
71
+ },
72
+ "message" : {
73
+ "type" : " string"
74
+ },
75
+ "totalitems" : {
76
+ "type" : " string"
77
+ },
78
+ "itemsperpage" : {
79
+ "type" : " string"
80
+ }
81
+ }
82
82
}
83
83
}
84
84
},
Original file line number Diff line number Diff line change 20
20
}
21
21
},
22
22
"schemas" : {
23
+ "Capabilities" : {
24
+ "type" : " object" ,
25
+ "required" : [
26
+ " notifications"
27
+ ],
28
+ "properties" : {
29
+ "notifications" : {
30
+ "type" : " object" ,
31
+ "required" : [
32
+ " ocs-endpoints" ,
33
+ " push" ,
34
+ " admin-notifications"
35
+ ],
36
+ "properties" : {
37
+ "ocs-endpoints" : {
38
+ "type" : " array" ,
39
+ "items" : {
40
+ "type" : " string"
41
+ }
42
+ },
43
+ "push" : {
44
+ "type" : " array" ,
45
+ "items" : {
46
+ "type" : " string"
47
+ }
48
+ },
49
+ "admin-notifications" : {
50
+ "type" : " array" ,
51
+ "items" : {
52
+ "type" : " string"
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ },
23
59
"OCSMeta" : {
24
60
"type" : " object" ,
25
61
"required" : [
62
98
"type" : " string"
63
99
}
64
100
}
65
- },
66
- "Capabilities" : {
67
- "type" : " object" ,
68
- "required" : [
69
- " notifications"
70
- ],
71
- "properties" : {
72
- "notifications" : {
73
- "type" : " object" ,
74
- "required" : [
75
- " ocs-endpoints" ,
76
- " push" ,
77
- " admin-notifications"
78
- ],
79
- "properties" : {
80
- "ocs-endpoints" : {
81
- "type" : " array" ,
82
- "items" : {
83
- "type" : " string"
84
- }
85
- },
86
- "push" : {
87
- "type" : " array" ,
88
- "items" : {
89
- "type" : " string"
90
- }
91
- },
92
- "admin-notifications" : {
93
- "type" : " array" ,
94
- "items" : {
95
- "type" : " string"
96
- }
97
- }
98
- }
99
- }
100
- }
101
101
}
102
102
}
103
103
},
Original file line number Diff line number Diff line change 20
20
}
21
21
},
22
22
"schemas" : {
23
- "OCSMeta " : {
23
+ "Capabilities " : {
24
24
"type" : " object" ,
25
25
"required" : [
26
- " status" ,
27
- " statuscode"
26
+ " notifications"
28
27
],
29
28
"properties" : {
30
- "status" : {
31
- "type" : " string"
32
- },
33
- "statuscode" : {
34
- "type" : " integer"
35
- },
36
- "message" : {
37
- "type" : " string"
38
- },
39
- "totalitems" : {
40
- "type" : " string"
41
- },
42
- "itemsperpage" : {
43
- "type" : " string"
29
+ "notifications" : {
30
+ "type" : " object" ,
31
+ "required" : [
32
+ " ocs-endpoints" ,
33
+ " push" ,
34
+ " admin-notifications"
35
+ ],
36
+ "properties" : {
37
+ "ocs-endpoints" : {
38
+ "type" : " array" ,
39
+ "items" : {
40
+ "type" : " string"
41
+ }
42
+ },
43
+ "push" : {
44
+ "type" : " array" ,
45
+ "items" : {
46
+ "type" : " string"
47
+ }
48
+ },
49
+ "admin-notifications" : {
50
+ "type" : " array" ,
51
+ "items" : {
52
+ "type" : " string"
53
+ }
54
+ }
55
+ }
44
56
}
45
57
}
46
58
},
142
154
}
143
155
}
144
156
},
145
- "Capabilities " : {
157
+ "OCSMeta " : {
146
158
"type" : " object" ,
147
159
"required" : [
148
- " notifications"
160
+ " status" ,
161
+ " statuscode"
149
162
],
150
163
"properties" : {
151
- "notifications" : {
152
- "type" : " object" ,
153
- "required" : [
154
- " ocs-endpoints" ,
155
- " push" ,
156
- " admin-notifications"
157
- ],
158
- "properties" : {
159
- "ocs-endpoints" : {
160
- "type" : " array" ,
161
- "items" : {
162
- "type" : " string"
163
- }
164
- },
165
- "push" : {
166
- "type" : " array" ,
167
- "items" : {
168
- "type" : " string"
169
- }
170
- },
171
- "admin-notifications" : {
172
- "type" : " array" ,
173
- "items" : {
174
- "type" : " string"
175
- }
176
- }
177
- }
164
+ "status" : {
165
+ "type" : " string"
166
+ },
167
+ "statuscode" : {
168
+ "type" : " integer"
169
+ },
170
+ "message" : {
171
+ "type" : " string"
172
+ },
173
+ "totalitems" : {
174
+ "type" : " string"
175
+ },
176
+ "itemsperpage" : {
177
+ "type" : " string"
178
178
}
179
179
}
180
180
}
You can’t perform that action at this time.
0 commit comments