skip to Main Content

Amazon web services – Why API Gateway allows invalid dates

In AWS API Gateway, I have a model like this: { "required" : [ "validUntil" ], "type" : "object", "properties" : { "validUntil" : { "$ref":"https://apigateway.amazonaws.com/restapis/xxxyyyzzz/models/Timestamp" }, "deadline" : { "$ref":"https://apigateway.amazonaws.com/restapis/xxxyyyzzz/models/Date" } } } When I pass a request with…

VIEW QUESTION
Back To Top
Search