github.com/emreu/go-swagger@v0.22.1/fixtures/diff/ignoreDiffs.json (about)

     1  [
     2    {
     3      "location": {
     4        "url": "/b/",
     5        "method": "get",
     6        "response": 200,
     7        "node": {
     8          "type": "A1",
     9          "is_array": true,
    10          "child": {
    11            "name": "personality",
    12            "type": "string"
    13          }
    14        }
    15      },
    16      "code": "AddedEnumValue",
    17      "compatibility": "Breaking",
    18      "info": "sane"
    19    },
    20    {
    21      "location": {
    22        "url": "/b/",
    23        "method": "get",
    24        "response": 200,
    25        "node": {
    26          "type": "A1",
    27          "is_array": true,
    28          "child": {
    29            "name": "personality",
    30            "type": "string"
    31          }
    32        }
    33      },
    34      "code": "DeletedEnumValue",
    35      "compatibility": "NonBreaking",
    36      "info": "crazy"
    37    }
    38  ]
    39