github.com/jamescostian/go-swagger@v0.30.4-0.20221130163922-68364d6b567b/fixtures/diff/response.diff.txt (about) 1 NON-BREAKING CHANGES: 2 ===================== 3 /a/:get -> 201 - Response - Body<array[A1]> - Added response 4 /a/:put -> 200 - Response - Body<A3>.colour<string> - Added property 5 /a/:put -> 200 - Response - Body<A3>.description<string> - Narrowed type - string -> integer.int32 6 /a/{id}:get -> 200 - Response - Body<A3>.colour<string> - Added property 7 /a/{id}:get -> 200 - Response - Body<A3>.description<string> - Narrowed type - string -> integer.int32 8 9 BREAKING CHANGES: 10 ================= 11 /a/:get -> 200 - Response - Body<array[A1]> - Deleted response 12 compatibility test FAILED: 1 breaking changes detected