Re: Sensitive fields in swagger models

2018-04-09 Thread José Coelho
Thanks Ron, For anyone who is having the same issue this is how I implemented it: Define a model like this: authentication: title: Authentication type: object properties: username: type: string password: type: string pin: type: string *

Re: Sensitive fields in swagger models

2018-04-09 Thread Ron Ratovsky
There’s no real way of denoting a field is sensitive. That might be a use case for an extension. From: on behalf of jcoelho Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, April 9, 2018 at 12:54 To: Swagger Subject: Sensitive fields in swagger models I'm lookin