Re: xml namespace not generated in swagger.json generated by swagger2feature

2017-01-17 Thread Vjacheslav V. Borisov
There is "xml" block in swagger specifiction http://swagger.io/specification/ and swagger2feature fills only "name" parameter, but no "namespace" So this is not implemented, understand 2017-01-17 19:47 GMT+04:00 Sergey Beryozkin : > Hi > > I've always been thinking

Re: xml namespace not generated in swagger.json generated by swagger2feature

2017-01-17 Thread Sergey Beryozkin
Hi I've always been thinking Swagger can only describe JSON payloads which would have no namespaces. Unless some trick exists which I'm unaware of Sergey On 17/01/17 15:44, Vjacheslav V. Borisov wrote: Hi! Playng again with swagger2feature and notice that definitions of jaxb objects do not

xml namespace not generated in swagger.json generated by swagger2feature

2017-01-17 Thread Vjacheslav V. Borisov
Hi! Playng again with swagger2feature and notice that definitions of jaxb objects do not contain namespace "OperationSchema" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "format" : "int64" }, "name" : {