-
Notifications
You must be signed in to change notification settings - Fork 164
Does not detect changes when making a field required in API #346
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
Comments
@mahnazEbrahimi Thanks for creating this issue! Could you please share the complete or a trimmed down but working OpenAPI spec (new and old) so we can try to reproduce the issue? |
Thank you for your response. Please find the working and not working OpenAPI specs in the following path: In the not_working spec we have changed a schema called "DualAxisChart" which has a parent called "Visualization", it is referenced by our endpoint. |
@joschi |
We also experience the same issue 👍 |
Most probably it is related to "allOf" case #571, not for required. |
Closed, as related to #571 |
If change "orientation" field to "required", no changes detected by the tool. Here is new and old api:
#Old API
#New API
The text was updated successfully, but these errors were encountered: