Gathering detailed insights and metrics for openapi-combine
Gathering detailed insights and metrics for openapi-combine
Gathering detailed insights and metrics for openapi-combine
Gathering detailed insights and metrics for openapi-combine
design-combine
Command line utility for combining several OpenAPI/Json Schema documents into one document
mares-swagger-spec-maker
mares framework ���조에 맞춰서openapi spec을 combine 해주는 모듈입니다.
@alma-cdk/openapix
Combine the power of AWS CDK & OpenAPI YAML Schema Definitions
swagger-combinator
Combines separate OpenAPI fragments into single specification file
npm install openapi-combine
Typescript
Module System
Min. Node Version
47
Supply Chain
92.6
Quality
70.1
Maintenance
50
Vulnerability
97.3
License
TypeScript (95.19%)
Dockerfile (2.7%)
JavaScript (1.73%)
Batchfile (0.38%)
Total Downloads
30,804
Last Day
4
Last Week
494
Last Month
1,260
Last Year
12,720
MIT License
4 Stars
131 Commits
2 Watchers
12 Branches
1 Contributors
Updated on Dec 15, 2022
Minified
Minified + Gzipped
Latest Version
0.3.1
Package Id
openapi-combine@0.3.1
Unpacked Size
13.97 kB
Size
5.25 kB
File Count
22
Cumulative downloads
Total Downloads
Last Day
-55.6%
4
Compared to previous day
Last Week
21.4%
494
Compared to previous week
Last Month
18.2%
1,260
Compared to previous month
Last Year
107.1%
12,720
Compared to previous year
15
Supports $ref
Syntax and $refs
Extended syntax
$ref
supports based on rfc3986
The extended syntax of $refs
is a syntax that can have $ref
as an array
Define multiple $ref
references using $refs
as shown below
(Currently only Local Reference support)
1openapi: "3.0.0" 2info: 3 version: 1.0.0 4 title: examples 5servers: 6 - url: http://petstore.swagger.io/v1 7paths: 8 /pets/{petId}: 9 $ref: ./paths/pets/id/index.yaml 10components: 11 schemas: 12 $refs: 13 - ./components/schemas/pet.yaml 14 - ./components/schemas/pets.yaml 15 Error: 16 $ref: ./components/schemas/error.yaml
see convert example example/openapi.yaml -> example/openapi.yaml
1$ npm install -g openapi-combine 2$ openapi-combine COMMAND 3running command... 4$ openapi-combine (-v|--version|version) 5openapi-combine/0.3.1 linux-x64 node-v16.15.0 6$ openapi-combine --help [COMMAND] 7USAGE 8 $ openapi-combine COMMAND 9...
openapi-combine help [COMMAND]
Display help for openapi-combine.
USAGE
$ openapi-combine help [COMMAND]
ARGUMENTS
COMMAND Command to show help for.
OPTIONS
-n, --nested-commands Include all nested commands in the output.
See code: @oclif/plugin-help
openapi-combine merge
describe the command here
USAGE
$ openapi-combine merge
OPTIONS
-i, --input=input (required) input target yaml file
-o, --output=output [default: ./output/openapi.yaml] output target yaml file
-t, --type=yaml|json [default: yaml] output format yaml or json
EXAMPLE
$ openapi-combine merge -i ./example/openapi.yaml -o ./build/openapi.yaml
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
29 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More