forked from hpi-schul-cloud/schulcloud-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
228 lines (228 loc) · 9.33 KB
/
openapitools.json
File metadata and controls
228 lines (228 loc) · 9.33 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
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
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.6.0",
"generators": {
"tsp-api": {
"generatorName": "typescript-axios",
"inputSpec": "./apps/server/src/infra/tsp-client/openapi.json",
"output": "./apps/server/src/infra/tsp-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:exportKlasseList|exportLehrerListMigration|exportLehrerList|exportSchuelerListMigration|exportSchuelerList|exportSchuleList|version"
},
"globalProperty": {
"models": "RobjExportKlasse:RobjExportLehrerMigration:RobjExportLehrer:RobjExportSchuelerMigration:RobjExportSchueler:RobjExportSchule:VersionResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"boards-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/boards-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:BoardController_createBoard|BoardController_getBoardSkeleton|BoardController_createColumn"
},
"globalProperty": {
"models": "CreateBoardBodyParams:CreateBoardResponse:BoardParentType:BoardLayout:BoardResponse:ColumnResponse:CardSkeletonResponse:TimestampsResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"columns-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/columns-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:ColumnController_createCard|ColumnController_updateColumnTitle"
},
"globalProperty": {
"models": "CreateCardBodyParams:CardResponse:RenameBodyParams",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"cards-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/cards-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:CardController_updateCardTitle|CardController_createElement|ElementController_updateElement|CardController_getCards"
},
"globalProperty": {
"models": "ApiValidationError:CardController_createElement_201_response:ElementController_updateElement_200_response:BoardSubmissionController_createElement_201_response:LessonContentResponse_content:BoardElementResponse_content:ExternalToolResponse_config:ExternalToolUpdateParams_config:CardResponse_elements_inner:UpdateElementContentBodyParams_data:SubmissionItemResponse_elements_inner:MediaLineResponse_elements_inner:CardListResponse:CardResponseElementsInner:CardResponse:CollaborativeTextEditorElementResponse:ContentElementType:AnyContentElementResponse:CreateContentElementBodyParams:DeletedElementContent:DeletedElementResponse:DrawingElementContent:DrawingElementResponse:ExternalToolElementContent:ExternalToolElementResponse:FileElementContent:FileElementResponse:LinkElementContent:LinkElementResponse:MoveCardBodyParams:RenameBodyParams:RichTextElementContent:InputFormat:RichTextElementResponse:SubmissionContainerElementContent:SubmissionContainerElementResponse:TimestampsResponse:VideoConferenceElementContent:FileFolderElementResponse:VideoConferenceElementResponse:VisibilitySettingsResponse:ElementController_updateElement_200_response:UpdateElementContentBodyParams:UpdateElementContentBodyParamsData:DrawingElementContentBody:ExternalToolElementContentBody:FileElementContentBody:LinkElementContentBody:RichTextElementContentBody:SubmissionContainerElementContentBody:VideoConferenceElementContentBody:LinkContentBody:RichTextContentBody:AnyElementContentBody:DrawingContentBody:ExternalToolContentBody:FileContentBody:SubmissionContainerContentBody:VideoConferenceContentBody",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"files-storage-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:4444/api/v3/docs-json",
"output": "./apps/server/src/infra/files-storage-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:upload|download|uploadFromUrl|deleteByParent|deleteFile"
},
"globalProperty": {
"models": "FileRecordResponse:StreamableFile:FileRecordParentType:FileRecordScanStatus:PreviewStatus:StorageLocation:FileUrlParams:FileRecordListResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"courses-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/infra/courses-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:CourseController_getCourseCcMetadataById|CourseController_createCourse"
},
"globalProperty": {
"models": "CourseCommonCartridgeMetadataResponse:CreateCourseBodyParams:CreateCourseResponse",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"lessons-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/modules/common-cartridge/common-cartridge-client/lesson-client/lessons-api-client",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:LessonController_getLesson|LessonController_getLessonTasks"
},
"additionalProperties": {
"withSeparateModelsAndApi": true,
"skipUnusedModels": true,
"apiPackage": "api",
"modelPackage": "models"
},
"globalProperty": {
"models": "LessonResponse:LessonLinkedTaskResponse:LessonContentResponse:ComponentTextPropsImpl:ComponentEtherpadPropsImpl:ComponentGeogebraPropsImpl:ComponentInternalPropsImpl:ComponentLernstorePropsImpl:LernstoreResources:MaterialResponse",
"apis": "",
"supportingFiles": ""
}
},
"tldraw-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3349/docs-json",
"output": "./apps/server/src/infra/tldraw-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"vidis-api": {
"generatorName": "typescript-axios",
"inputSpec": "./apps/server/src/infra/vidis-client/vidis.yml",
"output": "./apps/server/src/infra/vidis-client/generated",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:getActivatedOffersByRegion|operationId:getActivatedOffersBySchool"
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
},
"cc-cards-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json/",
"output": "./apps/server/src/modules/common-cartridge/common-cartridge-client/card-client/cards-api-client",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:CardController_getCards"
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
}
}
}
}