Hello All
One of the fields in my DTO object is Mongo ID ObjectID
problem is that api-docs url renders it as following
 "companyId": {
    "counter": 0,
    "date": "2016-07-19T18:14:15.953Z",
    "machineIdentifier": 0,
    "processIdentifier": 0,
    "time": 0,
    "timeSecond": 0,
    "timestamp": 0
  }

Why the actual output for the same object is as follows : "companyId": 
"54c64814e4b0239071c154a1",

How can i match the schema to be present as a simple hash string key

Thanks

-- 
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.

Reply via email to