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

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