binkylabs/OpenAPI Overlays
Apply OpenAPI overlays to OpenAPI documents using the BinkyLabs OpenAPI Overlays CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: binkylabs/openapi-overlays-dotnet@1263c8d8e7be7292aeee5281c6f239bee55b57cf # v2.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Path to the input OpenAPI document (YAML or JSON) | yes | — |
| overlays | Paths to overlay file(s), separated by newlines or spaces. Multiple overlays will be applied in order. | yes | — |
| output | Path for the output file | yes | — |
| command | Command to run: "apply" (preserves field ordering) or "apply-and-normalize" (normalizes with OpenAPI.net rules) | no | apply |
| force | Overwrite output file without confirmation | no | true |
| strict | Treat targets that match zero nodes as errors instead of warnings | no | false |
Outputs
no outputs