-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
25 lines (25 loc) · 776 Bytes
/
openapitools.json
File metadata and controls
25 lines (25 loc) · 776 Bytes
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
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.20.0",
"generators": {
"angular": {
"additionalProperties": {
"disallowAdditionalPropertiesIfNotPresent": false,
"enumUnknownDefaultCase": true,
"licenseName": "Apache-2.0",
"ngVersion": "20.0.0",
"npmName": "@accrescent/console-client-sdk-angular",
"npmVersion": "0.1.0",
"supportsES6": true
},
"generatorName": "typescript-angular",
"gitRepoId": "console-api",
"gitUserId": "accrescent",
"inputSpec": "./gen/openapi/openapi.swagger.json",
"output": "./generated_sdks/angular"
}
}
}
}