-
Notifications
You must be signed in to change notification settings - Fork 17
/
openapitools.json
64 lines (64 loc) · 2.3 KB
/
openapitools.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
{
"$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
}
},
"svs-lesson-api": {
"generatorName": "typescript-axios",
"inputSpec": "http://localhost:3030/api/v3/docs-json",
"output": "./apps/server/src/modules/common-cartridge/common-cartridge-client/lesson-client/new-lesson-api-client",
"skipValidateSpec": true,
"enablePostProcessFile": true,
"openapiNormalizer": {
"FILTER": "operationId:LessonController_getLesson|LessonController_getLessonTasks"
},
"globalProperty": {
"models": "LessonResponse:LessonLinkedTaskResponse:LessonContentResponse:ComponentTextPropsImpl:ComponentEtherpadPropsImpl:ComponentGeogebraPropsImpl:ComponentInternalPropsImpl:ComponentLernstorePropsImpl:ComponentNexboardPropsImpl",
"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
}
}
}
}
}