-
Notifications
You must be signed in to change notification settings - Fork 0
/
openapitools.json
37 lines (37 loc) · 1.69 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
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.2.0",
"generators": {
"swift5": {
"generatorName": "swift5",
"httpUserAgent": "MDMC-Swift-SDK",
"gitHost": "github.com",
"gitRepoId": "swift-sdk",
"gitUserId": "mydatamyconsent",
"skipValidateSpec": true,
"inputSpec": "./openapi-spec.json",
"removeOperationIdPrefix": true,
"additionalProperties": {
"projectName": "MyDataMyConsent",
"swiftPackagePath": "MyDataMyConsent",
"basePath": "https://api.mydatamyconsent.com",
"library": "alamofire",
"useAlamofire": true,
"developerEmail": "developers@mydatamyconsent.com",
"developerName": "Balamurali Pandranki",
"developerOrganization": "DataConsent, Inc.",
"podHomepage": "https://mydatamyconsent.com",
"podDescription": "My Data My Consent Rest API Swift SDK",
"podSource": "'https://github.com/mydatamyconsent/swift-sdk'",
"podVersion": "1.0.0",
"podLicense": "'https://mydatamyconsent.com/en-us/legal/terms-of-service'",
"licenseName": "DataConsent, Inc. ToS",
"scmUrl": "https://github.com/mydatamyconsent/swift-sdk",
"scmDeveloperConnection": "scm:git:git@github.com:mydatamyconsent/swift-sdk.git"
}
}
}
}
}