Skip to content

Commit 97b14ee

Browse files
provokateurinbackportbot[bot]
authored andcommitted
chore(deps): Update openapi-extractor to v1.0.0
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 4638a04 commit 97b14ee

File tree

4 files changed

+128
-38
lines changed

4 files changed

+128
-38
lines changed

openapi-administration.json

+110-2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,114 @@
7979
"type": "string"
8080
}
8181
}
82+
},
83+
"RichObjectParameter": {
84+
"type": "object",
85+
"required": [
86+
"type",
87+
"id",
88+
"name"
89+
],
90+
"properties": {
91+
"type": {
92+
"type": "string"
93+
},
94+
"id": {
95+
"type": "string"
96+
},
97+
"name": {
98+
"type": "string"
99+
},
100+
"server": {
101+
"type": "string"
102+
},
103+
"link": {
104+
"type": "string"
105+
},
106+
"call-type": {
107+
"type": "string",
108+
"enum": [
109+
"one2one",
110+
"group",
111+
"public"
112+
]
113+
},
114+
"icon-url": {
115+
"type": "string"
116+
},
117+
"message-id": {
118+
"type": "string"
119+
},
120+
"boardname": {
121+
"type": "string"
122+
},
123+
"stackname": {
124+
"type": "string"
125+
},
126+
"size": {
127+
"type": "string"
128+
},
129+
"path": {
130+
"type": "string"
131+
},
132+
"mimetype": {
133+
"type": "string"
134+
},
135+
"preview-available": {
136+
"type": "string",
137+
"enum": [
138+
"yes",
139+
"no"
140+
]
141+
},
142+
"mtime": {
143+
"type": "string"
144+
},
145+
"latitude": {
146+
"type": "string"
147+
},
148+
"longitude": {
149+
"type": "string"
150+
},
151+
"description": {
152+
"type": "string"
153+
},
154+
"thumb": {
155+
"type": "string"
156+
},
157+
"website": {
158+
"type": "string"
159+
},
160+
"visibility": {
161+
"type": "string",
162+
"enum": [
163+
"0",
164+
"1"
165+
]
166+
},
167+
"assignable": {
168+
"type": "string",
169+
"enum": [
170+
"0",
171+
"1"
172+
]
173+
},
174+
"conversation": {
175+
"type": "string"
176+
},
177+
"etag": {
178+
"type": "string"
179+
},
180+
"permissions": {
181+
"type": "string"
182+
},
183+
"width": {
184+
"type": "string"
185+
},
186+
"height": {
187+
"type": "string"
188+
}
189+
}
82190
}
83191
}
84192
},
@@ -315,15 +423,15 @@
315423
},
316424
"subjectParameters": {
317425
"type": "object",
318-
"default": [],
426+
"default": {},
319427
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
320428
"additionalProperties": {
321429
"$ref": "#/components/schemas/RichObjectParameter"
322430
}
323431
},
324432
"messageParameters": {
325433
"type": "object",
326-
"default": [],
434+
"default": {},
327435
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
328436
"additionalProperties": {
329437
"$ref": "#/components/schemas/RichObjectParameter"

openapi-full.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1227,15 +1227,15 @@
12271227
},
12281228
"subjectParameters": {
12291229
"type": "object",
1230-
"default": [],
1230+
"default": {},
12311231
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
12321232
"additionalProperties": {
12331233
"$ref": "#/components/schemas/RichObjectParameter"
12341234
}
12351235
},
12361236
"messageParameters": {
12371237
"type": "object",
1238-
"default": [],
1238+
"default": {},
12391239
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
12401240
"additionalProperties": {
12411241
"$ref": "#/components/schemas/RichObjectParameter"
+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"repositories": [
3-
{
4-
"type": "vcs",
5-
"url": "https://github.com/nextcloud/openapi-extractor"
6-
}
7-
],
82
"config": {
93
"platform": {
104
"php": "8.1"
115
}
126
},
137
"require": {
14-
"nextcloud/openapi-extractor": "dev-main"
8+
"nextcloud/openapi-extractor": "^1.0.0"
159
}
1610
}

vendor-bin/openapi-extractor/composer.lock

+15-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)