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

Changes in "default" filed of the Schema element are not handled as changes by the library. #717

Open
DrSatyr opened this issue Oct 30, 2024 · 0 comments

Comments

@DrSatyr
Copy link

DrSatyr commented Oct 30, 2024

The "default" field of OpenAPI Schema is not reflected in the diff report in case of any changes:

Old schema

schema:
    type: string,
    default: default1

New schema

schema:
    type: string,
    default: default1

The same issue for examples: #666

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

No branches or pull requests

1 participant