mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Merge develop into feature/meta-data-function
This commit is contained in:
@@ -81,7 +81,8 @@ class SchemaPack {
|
||||
);
|
||||
// hardcoding this option - not exposed to users yet
|
||||
this.computedOptions.schemaFaker = true;
|
||||
this.metaData = null;
|
||||
let indentCharacter = this.computedOptions.indentCharacter;
|
||||
this.computedOptions.indentCharacter = indentCharacter === 'tab' ? '\t' : ' ';
|
||||
|
||||
this.validate();
|
||||
}
|
||||
@@ -515,8 +516,8 @@ class SchemaPack {
|
||||
}, 0);
|
||||
}
|
||||
|
||||
static getOptions() {
|
||||
return getOptions();
|
||||
static getOptions(mode, criteria) {
|
||||
return getOptions(mode, criteria);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user