forked from Klavis-AI/klavis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi-config.json
More file actions
44 lines (44 loc) · 1.72 KB
/
openapi-config.json
File metadata and controls
44 lines (44 loc) · 1.72 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
42
43
44
{
"inputSpec": "https://api.klavis.ai/openapi.json",
"generatorName": "python",
"outputDir": "sdks/python",
"additionalProperties": {
"packageName": "klavis",
"projectName": "klavis",
"packageVersion": "0.1.2",
"infoName": "Klavis AI",
"infoEmail": "connect@klavis.ai",
"infoUrl": "https://www.klavis.ai",
"licenseInfo": "MIT"
},
"globalProperties": {
"modelTests": false,
"apiTests": false
},
"enablePostProcessFile": true,
"templateDir": "sdks/openapi-templates/python-sdk-templates",
"modelNameMappings": {
"mcp_server__mcp_server__ServerName": "ServerName",
"white_labeling__white_labeling__ServerName": "WhiteLabelServerName",
"NotionOAuthErrorResponse": "NotionOauthErrorResponse",
"NotionOAuthSuccessResponse": "NotionOauthSuccessResponse",
"JiraOAuthErrorResponse": "JiraOauthErrorResponse",
"JiraOAuthSuccessResponse": "JiraOauthSuccessResponse",
"SlackOAuthErrorResponse": "SlackOauthErrorResponse",
"SlackOAuthSuccessResponse": "SlackOauthSuccessResponse",
"SupabaseOAuthErrorResponse": "SupabaseOauthErrorResponse",
"SupabaseOAuthSuccessResponse": "SupabaseOauthSuccessResponse",
"WordPressOAuthErrorResponse": "WordpressOauthErrorResponse",
"WordPressOAuthSuccessResponse": "WordpressOauthSuccessResponse",
"GitHubOAuthErrorResponse": "GithubOauthErrorResponse",
"GitHubOAuthSuccessResponse": "GithubOauthSuccessResponse"
},
"gitUserId": "Klavis-AI",
"gitRepoId": "klavis",
"apiNameSuffix": null,
"files": {
"LICENSE.mustache": {
"destinationFilename": "LICENSE"
}
}
}