Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-9058: Fix OpenApi type/$ref/oneOf usage #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Mar 11, 2025

🎫 Issue IBX-9058

Related PRs:

Same fix:

  • ibexa/calendar#70
  • ibexa/cart#122
  • ibexa/corporate-account#284
  • ibexa/order-management#147
  • ibexa/product-catalog#1286
  • ibexa/shipping#107
  • ibexa/taxonomy#323

Same ticket:

Description:

Fix some redocly lint errors

  • `type` can be one of the following only: "object", "array", "string", "number", "integer", "boolean", "null".
    
  • Error: Objects are not valid as a React child (found: object with keys {type, required, properties}). If you meant to render a collection of children, use an array instead.
  • Error: Objects are not valid as a React child (found: object with keys {oneOf}). If you meant to render a collection of children, use an array instead.

For QA:

Documentation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants