Skip to content

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

Closed
@DrSatyr

Description

@DrSatyr

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions