loopbackio / loopbackio/loopback-next
Customize openapi.json at root level
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 1.1k
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 27
Description
How can I customize the openapi.json file at the root level. I want to add the following config . . .
```yaml
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only identifies the root-level openapi.json output and the desired components.securitySchemes.basicAuth configuration. Start by tracing how the repository produces openapi.json, then determine whether this customization is supported and where it should be documented. Done means a clear, verified way to apply the configuration, or documentation stating the limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, typescript
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100