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 contain namespace

    "OperationSchema" : {
      "type" : "object",
      "properties" : {
        "id" : {
          "type" : "integer",
          "format" : "int64"
        },
        "name" : {
          "type" : "string"
        }
      },
      "xml" : {
        "name" : "operationSchema"
      }
    }


How to fix this?


Reply via email to