civisanalytics / swagger-diff

Utility for comparing two Swagger specifications.
BSD 3-Clause "New" or "Revised" License
265 stars 32 forks source link

Parse non-ref parameter schemas. #18

Closed jeffreyc closed 8 years ago

jeffreyc commented 8 years ago

@christophermanning please review?

Support Swagger parameter schemas using an allOf, directly specifying properties, or using an array of $refs.

Fixes #17.

christophermanning commented 8 years ago

LGTM