diff --git a/src/docbkx/server.xml b/src/docbkx/server.xml index 5620c6b8..ae3ab30e 100644 --- a/src/docbkx/server.xml +++ b/src/docbkx/server.xml @@ -861,7 +861,8 @@ public class AnnotationOrderEndpoint { Here is an example that uses the PayloadValidatingInterceptor; in this example, we use the schema in /WEB-INF/orders.xsd to validate the response, but - not the request. + not the request. Note that the PayloadValidatingInterceptor can also accept + multiple schemas using the schemas property.