civisanalytics / swagger-diff

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

Allow required children of new optional parents #3

Closed jeffreyc closed 9 years ago

jeffreyc commented 9 years ago

If a POST/PUT/PATCH is modified to add a new optional child element that is a reference to a nested schema with required elements, that should be considered backwards-compatible.

Adding a changelog detailing this (and the 1.0.1 release).

Fixes #2.

gburt commented 9 years ago

LGTM