github.com/jamescostian/go-swagger@v0.30.4-0.20221130163922-68364d6b567b/fixtures/diff/ignoreDiffs.json (about)

     1  [
     2    {
     3      "location": {
     4        "url": "/a/",
     5        "method": "get",
     6        "node": {
     7          "name": "Query",
     8          "child": {
     9            "name": "personality",
    10            "type": "string"
    11          }
    12        }
    13      },
    14      "code": "AddedEnumValue",
    15      "compatibility": "NonBreaking",
    16      "info": "extrovert"
    17    },
    18    {
    19      "location": {
    20        "url": "/a/",
    21        "method": "get",
    22        "node": {
    23          "name": "Query",
    24          "child": {
    25            "name": "personality",
    26            "type": "string"
    27          }
    28        }
    29      },
    30      "code": "DeletedEnumValue",
    31      "compatibility": "Breaking",
    32      "info": "saucy"
    33    }
    34  
    35  ]