github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/249/swagger.json (about)

     1  {
     2    "consumes": [
     3      "application/json",
     4      "application/x-www-form-urlencoded"
     5    ],
     6    "paths": {
     7      "/testing": {
     8        "put": {
     9          "operationId": "putTesting",
    10          "parameters": [{
    11            "in": "body",
    12            "name": "testingThis",
    13            "schema": {
    14              "items": {
    15                "format": "int64",
    16                "type": "integer"
    17              },
    18              "type": "array"
    19            }
    20          }],
    21          "responses": {
    22            "200": {
    23              "description": "Success message"
    24            }
    25          }
    26        }
    27      }
    28    },
    29    "produces": [
    30      "application/json",
    31      "application/json; charset=utf-8"
    32    ],
    33    "swagger": "2.0"
    34  }