-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
41 lines (41 loc) · 1.65 KB
/
Copy pathopenapitools.json
File metadata and controls
41 lines (41 loc) · 1.65 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
34
35
36
37
38
39
40
41
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.2.0",
"generators": {
"csharp-netcore": {
"generatorName": "csharp-netcore",
"httpUserAgent": "MDMC-DotNet-SDK",
"gitHost": "github.com",
"gitRepoId": "dotnet-sdk",
"gitUserId": "mydatamyconsent",
"skipValidateSpec": true,
"inputSpec": "./openapi-spec.json",
"removeOperationIdPrefix": true,
"additionalProperties": {
"packageName": "MyDataMyConsent",
"apiPackage": "Api",
"modelPackage": "Models",
"basePath": "https://api.mydatamyconsent.com",
"library": "generichost",
"nullableReferenceTypes":true,
"packageGuid":"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}",
"developerEmail": "developers@mydatamyconsent.com",
"developerName": "Balamurali Pandranki",
"developerOrganization": "DataConsent, Inc.",
"developerOrganizationUrl": "https://mydatamyconsent.com",
"artifactDescription": "My Data My Consent Dotnet Rest API SDK",
"artifactUrl": "https://github.com/mydatamyconsent/dotnet-sdk",
"artifactVersion": "v1",
"licenseUrl": "https://mydatamyconsent.com/en-us/legal/terms-of-service",
"licenseName": "DataConsent, Inc. ToS",
"scmUrl": "https://github.com/mydatamyconsent/dotnet-sdk",
"scmDeveloperConnection": "scm:git:git@github.com:mydatamyconsent/dotnet-sdk.git",
"targetFramework": "netstandard2.1;net5.0;net6.0",
"validatable": false
}
}
}
}
}