github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/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  Spec Definitions.C5.a<array[string]> - Changed type - <array[string]> -> <object>
    13  compatibility test FAILED: 2 breaking changes detected