0

The model schema is not appearing for the response. The json is

 "200":{  
      "description":"OK",
      "schema":{  
         "type":"string",
         "enum":[  
            "SUCCESS",
            "FAILED"
         ]
      }
}

but nothing appears in the swagger-ui for this api

Danny Bentley
  • 60
  • 2
  • 9
  • Please file an issue in the [swagger-ui](https://github.com/swagger-api/swagger-ui/issues) project if this is happening on the current master there. – fehguy Jun 27 '16 at 21:33
  • @fehguy im using springfox version 2.4.0 will attempt to use swagger-ui latest release will report back – Danny Bentley Jun 28 '16 at 07:54

0 Answers0