Hi Ron, I am using swagger 2.
<dependency> <groupId>io.springfox</groupId> <artifactId>*springfox*-swagger2</artifactId> <version>2.6.1</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>*springfox*-swagger-*ui*</artifactId> <version>2.5.0</version> </dependency> On Thursday, June 8, 2017 at 1:30:44 PM UTC-4, Ron wrote: > Which version of swagger-ui do you use? > > > > > > > > *From: *<[email protected] <javascript:>> on behalf of > Sudeep Yadav <[email protected] <javascript:>> > *Reply-To: *"[email protected] <javascript:>" < > [email protected] <javascript:>> > *Date: *Thursday, 8 June 2017 at 7:07 > *To: *Swagger <[email protected] <javascript:>> > *Subject: *Validator error while tring to parse a url that has json > > > > Hi All, > > I am getting the following error while trying to access my URL using > Swagger. > > > > {"schemaValidationMessages":[{"level":"error","message":"Can't read from > file > > > > I understand that the URL I am providing isn't public hence I am trying to > skip the validator. > > I have tried putting it as "null" in my JS as well as my index.html. > > Still the issue persists. > > Please let me know if there is any other way to go about the same, or any > pointers to where I can find the solution. > > Thanks . > > > > Sudeep. > > -- > You received this message because you are subscribed to the Google Groups > "Swagger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
