Re: Server validation of body schemas

2016-09-15 Thread Max Goldstein
I'll give that option a shot and report back. I'm already set up with the node swagger parser so inlining references is not a problem. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To

Re: Server validation of body schemas

2016-09-15 Thread tony tam
Well swagger-inflector does validate payloads with the options here: https://github.com/swagger-api/swagger-inflector#payload-validation However, you can “borrow” the logic that validates payloads and do your own logic. The

Support for Batching

2016-09-15 Thread Vimal Suba
hello experts: we are exploring the use of API batching for our REST API framework. We are using swagger for our existing capabilities and love it. Any suggestions or best practices of using batching along with Swagger? In other words, how do we achieve documentation automation with batching?