We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0014c6 commit 81d19bbCopy full SHA for 81d19bb
packages/rest/src/validation/request-body.validator.ts
@@ -24,7 +24,7 @@ export type RequestBodyValidationOptions = AJV.Options;
24
* Check whether the request body is valid according to the provided OpenAPI schema.
25
* The JSON schema is generated from the OpenAPI schema which is typically defined
26
* by `@requestBody()`.
27
- * The validation leverages AJS schema validator.
+ * The validation leverages AJV schema validator.
28
* @param body The request body parsed from an HTTP request.
29
* @param requestBodySpec The OpenAPI requestBody specification defined in `@requestBody()`.
30
* @param globalSchemas The referenced schemas generated from `OpenAPISpec.components.schemas`.
0 commit comments