File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ajv-openapi-request-response-validator
azure-functions-openapi-validator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This library contains an Open API v3.0 validator that validates http requests an
1717 * Query params are usually string values on the other hand, so this library coerces those by default prior to validation
1818* This library does not validate the Open API specification itself. I suggest you use another tool for this for now.
1919
20- To check out what is supported, take a look at the [ test fixtures] ( /test/fixtures/ )
20+ To check out what is supported, take a look at the [ test fixtures] ( . /test/fixtures/)
2121
2222## Getting started
2323
Original file line number Diff line number Diff line change 33This library contains an Open API v3.0 validator and an Azure Functions v4 hook that validates http function requests.
44
55It identifies the Azure function route and tries to find a matching route in the Open API specification. It then validates query parameters,
6- the request body and response body against the schema.
6+ the request body and response body against a schema.
77
88## Caveats
99
You can’t perform that action at this time.
0 commit comments