ContributionsMost RecentMost LikesSolutionsSwagger at runtime Hi, I am new to Swagger. So this is a very basic question. I have defined my APIs using Swagger. The APIs contains request and response objects. I have also uploaded Swagger to my API Gateway. The question is what happens to my API spec at runtime, i.e., when a new request comes in. Does the API Gateway act as a simple pass through service and it is my responsibility to validate that the request contains correct request body with correct data types? Or is this done by the API Gateway? Solved