Skip to content

Commit e71013c

Browse files
authored
Merge pull request #12 from restfulhead/main
chore: trigger release
2 parents 380db79 + 868ca4c commit e71013c

File tree

1 file changed

+7
-3
lines changed
  • packages/azure-functions-openapi-validator

1 file changed

+7
-3
lines changed

packages/azure-functions-openapi-validator/README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ the request body and response body against a schema.
88
## Caveats
99

1010
* Please refer to the [ajv-openapi-request-response-validator README](../ajv-openapi-request-response-validator/README.md) to see what's
11-
supported and what's not. You might also want to take a look at the [test fixtures](../ajv-openapi-request-response-validator/test/fixtures/).
11+
supported and what's not. You might also want to take a look at the
12+
[test fixtures](../ajv-openapi-request-response-validator/test/fixtures/).
1213

1314
## Getting started
1415

@@ -70,7 +71,8 @@ This library uses the following keys for setting hook data, which can be used by
7071
* `@restfulhead/azure-functions-openapi-validator/request-body-validation-error`: An array of request body validation errors or undefined
7172
* `@restfulhead/azure-functions-openapi-validator/normalized-query-params`: The coerced (if enabled) and normalized query params
7273

73-
For example, if you enabled query parameter coercion (default), then coerced query parameters can be accesse by later hooks and functions like so:
74+
For example, if you enabled query parameter coercion (default), then coerced query parameters can be accesse by later hooks and functions
75+
like so:
7476

7577
```ts
7678
app.hook.preInvocation((preContext: PreInvocationContext) => {
@@ -88,4 +90,6 @@ app.hook.preInvocation((preContext: PreInvocationContext) => {
8890

8991
The scripts and documentation in this project are released under the [MIT License](LICENSE)
9092

91-
Some of the validation test cases are based on the tests from [openapi-request-validator](`https://github.com/kogosoftwarellc/open-api/tree/main/packages/openapi-request-validator`) by Kogo Software LLC released under MIT.
93+
Some of the validation test cases are based on the tests from
94+
[openapi-request-validator](`https://github.com/kogosoftwarellc/open-api/tree/main/packages/openapi-request-validator`) by Kogo Software LLC
95+
released under MIT.

0 commit comments

Comments
 (0)