-
Notifications
You must be signed in to change notification settings - Fork 17
/
openapitools.json
57 lines (57 loc) · 1.79 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
{
"$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
}
},
"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"
},
"globalProperty": {
"models": "FileRecordResponse:StreamableFile",
"apis": "",
"supportingFiles": ""
},
"additionalProperties": {
"apiPackage": "api",
"enumNameSuffix": "",
"enumPropertyNaming": "UPPERCASE",
"modelPackage": "models",
"supportsES6": true,
"withInterfaces": true,
"withSeparateModelsAndApi": true
}
}
}
}
}