Alex Savage
Alex Savage
This is an excellent question! Inside a schema the additionalProperties defaults to true as it (loosely in 3.0) based on JSON schema which will unless specified accept additional properties. Re...
Please could you share your portman config you are passing in as well as the OpenAPI definition
I believe Postman may be the cause of this behaviour. If you leave the bearer token blank it doesnt send anything.
> How does it look in the generated collection.json? ``` "method": "GET", "auth": { "type": "bearer", "oauth2": [], "bearer": [ { "type": "any", "value": "", "key": "token" } ] }...
@thim81 it was seen from this portman config - see the variation tests for noToken [portman-config.adv.json.txt](https://github.com/apideck-libraries/portman/files/7879867/portman-config.adv.json.txt) The openAPI used is here: https://app.swaggerhub.com/apis/AdvancedComputerSoft/demo-advanced-car-inventory/1.1.2 This is the resulting variation tests in Postman....
> @savage-alex , were you able to solve the issue somehow meanwhile? Hi, no I wasnt. I was mostly doing testing as we got an early access so was raising...
I saw this today { "failures":false, "data":[
Agree its a tricky one. @P0lip and I were discussing it on slack. Agree its a bit niche and it would likely need a base list + allow list to...
Some good examples here for status and reporting. https://github.com/cloudevents/spec/blob/v1.0/http-webhook.md
Resolved by adding NODE_TLS_REJECT_UNAUTHORIZED=0 into my env. (but thats nasty ;-) )