-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenapitools.json
39 lines (39 loc) · 1.36 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
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.4.0",
"generators": {
"js": {
"generatorName": "javascript",
"output": "#{cwd}/../tpw_clients/tpw_js",
"glob": "../themeparksapi/docs/v1.yaml",
"additionalProperties": {
"usePromises": true,
"projectVersion": "6.0.1",
"projectRepository": "https://github.com/ThemeParks/ThemeParks_JavaScript",
"projectLicense": "MIT",
"projectOrganization": "ThemeParks",
"projectDescription": "A JavaScript client for the ThemeParks.Wiki API",
"projectName": "themeparks",
"name": "themeparks"
}
},
"py": {
"generatorName": "python",
"output": "#{cwd}/../tpw_clients/tpw_py",
"glob": "../themeparksapi/docs/v1.yaml",
"additionalProperties": {
"projectVersion": "1.0.1",
"packageUrl": "https://github.com/ThemeParks/ThemeParks_Python",
"projectRepository": "https://github.com/ThemeParks/ThemeParks_Python",
"projectLicense": "MIT",
"projectOrganization": "ThemeParks",
"projectDescription": "A Python client for the ThemeParks.Wiki API",
"projectName": "themeparks",
"name": "themeparks"
}
}
}
}
}