Skip to content

Diff should detect extension value changes #2984

@zmay2030

Description

@zmay2030

Problem statement

PR #2935 added diff support for extensions, but it only covers when an extension key is added or removed. We should also report on changes in the extension value.

i.e: the following should be reported on in the diff output
Before

{
...
"x-ext-foo": "A"
...
}

After

{
...
"x-ext-foo": "B"
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    diffRelates to the swagger diff commandenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions