leslie-tsang commented on a change in pull request #5122: URL: https://github.com/apache/apisix/pull/5122#discussion_r715269515
########## File path: docs/en/latest/plugins/request-validation.md ########## @@ -39,10 +39,11 @@ For more information on schema, refer to [JSON schema](https://github.com/api7/j ## Attributes -| Name | Type | Requirement | Default | Valid | Description | -| ------------- | ------ | ----------- | ------- | ----- | -------------------------- | -| header_schema | object | optional | | | schema for the header data | -| body_schema | object | optional | | | schema for the body data | +| Name | Type | Requirement | Default | Valid | Description | +| ---------------- | ------ | ----------- | ------- | ----- | -------------------------- | +| header_schema | object | optional | | | schema for the header data | +| body_schema | object | optional | | | schema for the body data | +| rejected_message | string | optional | | | schema for the customize reject message | Review comment: Roger that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
