...

Text file src/github.com/go-openapi/validate/fixtures/bugs/62/swagger.json

Documentation: github.com/go-openapi/validate/fixtures/bugs/62

     1{
     2  "swagger": "2.0",
     3  "info": {
     4    "version": "0.0.1",
     5    "title": "test of Swagger of additionalProperties in pathItem"
     6  },
     7  "paths": {
     8    "/": {
     9      "invalid-property": {
    10        "description": "blah"
    11      }
    12    }
    13  }
    14}

View as plain text