Re: can validatorUrl be used to switch off swagger validation (Play - Scala)?

2017-08-04 Thread zhangmingshui
Hi Ron, We use this library for swagger: https://github.com/iheartradio/play-swagger On Tuesday, August 1, 2017 at 5:05:24 PM UTC+1, Ron wrote: > > Swagger-ui is not distributed in a jar – how did you add it to your > project? > > > > > > > > *From:

Re: can validatorUrl be used to switch off swagger validation (Play - Scala)?

2017-08-01 Thread zhangmingshui
; dom_id: '#swagger-ui', > validatorUrl: "", > presets: [ > SwaggerUIBundle.presets.apis, > SwaggerUIStandalonePreset > ], > plugins: [ > SwaggerUIBundle.plugins.DownloadUrl > ], > layout: "StandaloneLayo

can validatorUrl be used to switch off swagger validation (Play - Scala)?

2017-07-28 Thread zhangmingshui
Hi, Is it possible to switch the swagger validation off using the swagger configuration using the swagger.yml file? >From googling it looks like this could be done using the setting validatorUrl:null. We've tried numerous positioning of this config in our swagger.yml but none of them seem to wo