mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fix lint issues
This commit is contained in:
4
index.js
4
index.js
@@ -1,8 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
const SchemaPack = require('./lib/schemapack.js').SchemaPack,
|
||||
async = require('async'),
|
||||
parse = require('./lib/parse.js'),
|
||||
|
||||
// options for oas-resolver
|
||||
// options for oas-resolver
|
||||
OasResolverOptions = {
|
||||
resolve: true, // Resolve external references
|
||||
jsonSchema: true // Treat $ref like JSON Schema and convert to OpenAPI Schema Objects
|
||||
|
||||
Reference in New Issue
Block a user