-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathopenapitools.json
More file actions
33 lines (33 loc) · 1.06 KB
/
openapitools.json
File metadata and controls
33 lines (33 loc) · 1.06 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
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.17.0",
"generators": {
"student": {
"inputSpec": "./dist/student/openapi.yaml",
"generatorName": "typescript-fetch",
"output": "./dist/student/client",
"additionalProperties": {
"npmName": "@polito/student-api-client",
"npmRepository": "https://github.com/polito/api-spec.git",
"supportsES6": true,
"modelPropertyNaming": "original",
"enumPropertyNaming": "original"
}
},
"faculty": {
"inputSpec": "./dist/faculty/openapi.yaml",
"generatorName": "typescript-fetch",
"output": "./dist/faculty/client",
"additionalProperties": {
"npmName": "@polito/faculty-api-client",
"npmRepository": "https://github.com/polito/api-spec.git",
"supportsES6": true,
"modelPropertyNaming": "original",
"enumPropertyNaming": "original"
}
}
}
}
}