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

     1  [
     2    {
     3      "location": {
     4        "url": "/a/",
     5        "method": "get",
     6        "node": {
     7          "name": "Query",
     8          "child": {
     9            "name": "personality"
    10          }
    11        }
    12      },
    13      "code": "AddedEnumValue",
    14      "compatibility": "NonBreaking",
    15      "info": "extrovert"
    16    },
    17    {
    18      "location": {
    19        "url": "/a/",
    20        "method": "get",
    21        "node": {
    22          "name": "Query",
    23          "child": {
    24            "name": "personality"
    25          }
    26        }
    27      },
    28      "code": "DeletedEnumValue",
    29      "compatibility": "Breaking",
    30      "info": "saucy"
    31    },
    32    {
    33      "location": {
    34        "url": "/a/",
    35        "method": "get",
    36        "response": 200,
    37        "node": {
    38          "type": "A1",
    39          "is_array": true,
    40          "child": {
    41            "name": "personality",
    42            "type": "string"
    43          }
    44        }
    45      },
    46      "code": "AddedEnumValue",
    47      "compatibility": "Breaking",
    48      "info": "sane"
    49    },
    50    {
    51      "location": {
    52        "url": "/a/",
    53        "method": "get",
    54        "response": 200,
    55        "node": {
    56          "type": "A1",
    57          "is_array": true,
    58          "child": {
    59            "name": "personality",
    60            "type": "string"
    61          }
    62        }
    63      },
    64      "code": "DeletedEnumValue",
    65      "compatibility": "NonBreaking",
    66      "info": "crazy"
    67    },
    68    {
    69      "location": {
    70        "url": "/a/{id}",
    71        "method": "get",
    72        "response": 200,
    73        "node": {
    74          "type": "A1",
    75          "is_array": true,
    76          "child": {
    77            "name": "personality",
    78            "type": "string"
    79          }
    80        }
    81      },
    82      "code": "AddedEnumValue",
    83      "compatibility": "Breaking",
    84      "info": "sane"
    85    },
    86    {
    87      "location": {
    88        "url": "/a/{id}",
    89        "method": "get",
    90        "response": 200,
    91        "node": {
    92          "type": "A1",
    93          "is_array": true,
    94          "child": {
    95            "name": "personality",
    96            "type": "string"
    97          }
    98        }
    99      },
   100      "code": "DeletedEnumValue",
   101      "compatibility": "NonBreaking",
   102      "info": "crazy"
   103    }
   104  ]