JaredAAT

Results 18 comments of JaredAAT
trafficstars

Is there a reason why this wouldn't be implemented as `describe.skip()` and `it.skip()` like jest and mocha do?

Schema actually seems to cause an error, i need to debug why (unless anyone can see it obviously, i notice there's another PR with a schema update, but doesn't add...

@wcpines The first error you're seeing is probably because you're using serverless 2/3 and this package isn't actively maintained anymore: https://github.com/FidelLimited/serverless-plugin-optimize/issues/133#issuecomment-1170138648

I suspect at this point, we need to start looking at using the dependabot.yml file to set variables rather than having so many environment variables floating around.

Hey @MikeRalphson, long time fan of this library. Wonder if you have an update as to where openAPI 3.1.0 support is. Is there a branch/repo that I could look at?

I'd maybe argue that it isn't the job of swagger UI to validate the try it out section, it's the job of the server receiving the request to validate against...

Again, I remain unconvinced that the client should be validating the input, it should be down to the server to validate what is being sent. There are good reasons why...

related: https://github.com/serverless/serverless/issues/12264

Whilst we're waiting for feedback, anyone who needs this functionality now can look towards: https://www.npmjs.com/package/serverless-logging-config

@ikenna you mean something like: ``` "components": { "schemas": { "contactId": { "type": "string", "format": "uuid" "example": "0e9d207a-1ad0-45ab-8b00-4cc0a435fcb2" }, } ```