PaloAltoNetworks / PaloAltoNetworks/docusaurus-openapi-docs
[Bug] Circular label not being applied in all cases
Open
@sserrata is already working on this.
Since Mar 27, 2024.
bug
roadmap
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 315
- Avg merge
- 7d 5h
- Merged PRs (30d)
- 7
Description
Describe the bug
With the new resolver/serializer, circular schema references should be replaced with a "circular" label. There are cases where this label is not properly applied (see below):
Expected behavior
Circular label should appear next to the property with the circular reference:
Possible solution
- Debug
createSchemaDetailsto determine if and where the label may be getting dropped/lost. - Debug the serializer function to determine if label is left out in some cases
Steps to reproduce
See #154 deploy preview
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.
Assessment
This issue has not been assessed yet.