File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4343 - name : Release preview
4444 run : |
4545 npx auto shipit --dry-run
46-
4746 env :
4847 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ You can also take a look at [the example function app](example/src/functions/tes
2828## Configuration
2929
3030The ` setupValidation ` function takes in a number of configuration parameters that allow you to modify the behavior of this libary as well as
31- [ AJV] ( ) , that is used to perform the schema validation.
31+ [ AJV] ( https://www.npmjs.com/package/ajv ) , that is used to perform the schema validation.
3232
3333By default, the hook returns a 400 error response with details about the validation error for request parameter and request body validation.
3434Validation errors in the response body are only logged.
Original file line number Diff line number Diff line change 11{
22 "name" : " @restfulhead/azure-functions-nodejs-openapi-validator" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.0 " ,
44 "description" : " Azure Functions Node.js hooks for validating function invocations against an OpenAPI schema" ,
55 "keywords" : [
66 " azure" ,
You can’t perform that action at this time.
0 commit comments