File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ const optionIds = [
88 'folderStrategy' ,
99 'indentCharacter' ,
1010 'requestNameSource' ,
11+ 'resolveRemoteRefs' ,
12+ 'sourceUrl' ,
1113 'includeAuthInfoInExample' ,
1214 'shortValidationErrors' ,
1315 'validationPropertiesToIgnore' ,
@@ -78,6 +80,18 @@ const optionIds = [
7880 ' If “Fallback” is selected, the request will be named after one of the following schema' +
7981 ' values: `description`, `operationid`, `url`.'
8082 } ,
83+ resolveRemoteRefs : {
84+ name : 'Resolve remote references' ,
85+ type : 'boolean' ,
86+ default : false ,
87+ description : 'Select whether to resolve remote references.'
88+ } ,
89+ sourceUrl : {
90+ name : 'Source URL of definition' ,
91+ type : 'string' ,
92+ default : '' ,
93+ description : 'Specify source URL of definition to resolve remote references mentioned in it.'
94+ } ,
8195 includeAuthInfoInExample : {
8296 name : 'Include auth info in example requests' ,
8397 type : 'boolean' ,
You can’t perform that action at this time.
0 commit comments