docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
handle various additionalProperties cases
Description
Handle various schemas inside additionalProperties correctly (as far as I can tell).
Motivation and Context
Trying to fix issues I have with properly displaying types in additionalProperties.
How Has This Been Tested?
In unit tests and documentation.
Screenshots (if appropriate)
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist
- [x] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [x] I have added tests to cover my changes if appropriate.
- [x] All new and existing tests passed.
Visit the preview URL for this PR (updated for commit 894b88b):
https://docusaurus-openapi-36b86--pr803-n0xt1gn4.web.app
(expires Wed, 05 Jun 2024 14:47:31 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Hi @Ugzuzg, I'm in the process of reviewing this PR. So far, it looks good but I was wondering if you might have an OpenAPI spec/snippet that reproduces the issue you were seeing before the fix?