mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Fixed typos
This commit is contained in:
@@ -63,7 +63,7 @@ function removeWordFromLastPosition(schemaPath, word) {
|
||||
* "<integer>"
|
||||
*
|
||||
* @param {string} value - Value to check for
|
||||
* @param {string} type - The type in the schemna
|
||||
* @param {string} type - The type in the schema
|
||||
* @returns {Boolean} the value is the representation of its type
|
||||
*/
|
||||
function compareType(value, type) {
|
||||
@@ -75,7 +75,7 @@ function compareType(value, type) {
|
||||
* "<integer>"
|
||||
* Works in array types
|
||||
* @param {string} value - Value to check for
|
||||
* @param {*} types - The types in the schemna
|
||||
* @param {*} types - The types in the schema
|
||||
* @returns {Boolean} the value is the representation of its type
|
||||
*/
|
||||
function isTypeValueArrayCheck(value, types) {
|
||||
@@ -89,7 +89,7 @@ function isTypeValueArrayCheck(value, types) {
|
||||
* "<integer>"
|
||||
* Works in array types
|
||||
* @param {string} value - Value to check for
|
||||
* @param {*} types - The types in the schemna
|
||||
* @param {*} types - The types in the schema
|
||||
* @returns {Boolean} the value is the representation of its type
|
||||
*/
|
||||
function checkValueOnlyTypes(value, types) {
|
||||
|
||||
Reference in New Issue
Block a user