-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(specs): correct type for renderingContent
and consequenceParams
#759
Conversation
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
6a14111
to
1c4b9c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about my comments because the description is in the generated code, but according the openapi spec a $ref should always be alone
automaticOptionalFacetFilters: | ||
type: object | ||
description: Same syntax as automaticFacetFilters, but the engine treats the filters as optional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk if the description will work for this ref, but will see!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it's working, it's still weird ahah
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-554
Changes included:
renderingContent
type and properties were wrongconsequence
params
field, which was missing hereconsequence
was missing someparams
parameters and had wrong types🧪 Test
CI :D