From cbd9e2770a98c85b4ae8cb03b96e89f0ef765875 Mon Sep 17 00:00:00 2001 From: Gavin Chen Date: Fri, 25 Sep 2020 10:46:44 -0400 Subject: [PATCH] add info to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6e2986a..7a15158 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,18 @@ The schema validation is validate openapi 3.0 +. The openapi schema should build ## Usage +Include the dependency in the project pom: + + + ```xml + + + com.mservicetech + openapi-schema-validation + 1.0.1 + + ``` + ### Initial the OpenApiValidator 1. default construct: