We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a812d commit e081468Copy full SHA for e081468
bin/index.js
@@ -40,7 +40,7 @@ if (OpenAPI) {
40
useOptions: params.useOptions,
41
useUnionTypes: params.useUnionTypes,
42
exportCore: JSON.parse(params.exportCore) === true,
43
- exportSamples: JSON.parse(params.exportSamples) === true,
+ exportSamples: JSON.parse(params.exportSamples) === false,
44
exportServices: JSON.parse(params.exportServices) === true,
45
exportModels: JSON.parse(params.exportModels) === true,
46
exportSchemas: JSON.parse(params.exportSchemas) === true,
0 commit comments