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" : {
"type" : "string"
}
},
"xml" : {
"name" : "operationSchema"
}
}
How to fix this?
