RicoSuter/NJsonSchema

Add support for comparing two NJsonSchema specifications

Open

#309 opened on Jan 27, 2017

View on GitHub
 (8 comments) (1 reaction) (0 assignees)C# (550 forks)github user discovery
help wantedtype: enhancement

Repository metrics

Stars
 (1,578 stars)
PR merge metrics
 (Avg merge 39d 6h) (1 merged PR in 30d)

Description

Do you have bandwidth to support comparing two NJsonSchema specifications and spew out the differences to determine whether a newer API specification is backwards-compatible with an older API specification.

There is one solution available for ruby users https://github.com/civisanalytics/swagger-diff but i am unable to find one that does c#.

Contributor guide