forked from swagger-api/swagger-editor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
defaults.json
46 lines (45 loc) · 1.22 KB
/
defaults.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
40
41
42
43
44
45
46
{
"codegen": {
"servers": "http://generator.swagger.io/api/gen/servers",
"clients": "http://generator.swagger.io/api/gen/clients",
"server": "http://generator.swagger.io/api/gen/servers/{language}",
"client": "http://generator.swagger.io/api/gen/clients/{language}"
},
"analytics": {
"google": {
"id": "UA-51231036-1"
}
},
"disableCodeGen": false,
"examplesFolder": "spec-files/",
"editorOptions": {
"theme": "ace/theme/atom_dark"
},
"exampleFiles": [
"default.yaml",
"heroku-pets.yaml",
"minimal.yaml",
"echo.yaml",
"petstore_simple.yaml",
"petstore_full.yaml",
"basic-auth.yaml",
"security.yaml",
"instagram.yaml",
"twitter.yaml",
"swagger.json"
],
"autocompleteExtension": {},
"useBackendForStorage": false,
"backendThrottle": 200,
"keyPressDebounceTime": 200,
"backendEndpoint": "/editor/spec",
"useYamlBackend": false,
"disableFileMenu": false,
"headerBranding": false,
"disableNewUserIntro": false,
"enableTryIt": true,
"brandingCssClass": "",
"importProxyUrl": "https://cors-it.herokuapp.com/?url=",
"pointerResolutionBasePath": null,
"suggestionServiceBasePath": "http://smart-api.info/api/suggestion?field="
}