From 551e7b5eda73df0a16f957c16ec9eb79c5d92a3b Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Tue, 8 Oct 2019 19:06:07 -0400 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2f5e8719..1ae0a68c 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,6 @@ new OpenApiValidator(options).install(app); unknownFormats: ['phone-number', 'uuid'] ``` -_Response validation is currently a beta feature_ - **`coerceTypes:`** change data type of data to match type keyword. See the example in Coercing data types and coercion rules. Option values: - `true` - (default) coerce scalar data types.