[x] My commit is prefixed with the relevant package (e.g. express-openapi: fixing something) Note: You can use the bin/commit script to automate this.
[ ] I have added tests.
[x] I'm using the latest code from the master branch and there are no conflicts on my branch.
[x] I have added a suffix to my commit message that will close any existing issue my PR addresses (e.g. openapi-jsonschema-parameters: Adding examples to the validation keywords (fixes #455)).
Currently, you only accept a string as a value default value type, but a number is also allowed (eg. for a port number) in OpenAPI.
Numbers are also an accepted type here! Example use-case:
express-openapi: fixing something
) Note: You can use the bin/commit script to automate this.openapi-jsonschema-parameters: Adding examples to the validation keywords (fixes #455)
).