From 40f614d5f14f30f44a7f83da87c3ba51e7b1eab9 Mon Sep 17 00:00:00 2001 From: Martin Dzurenko Date: Thu, 14 Sep 2017 17:22:26 +0200 Subject: [PATCH] Update KEYWORDS.md Fix of unclosed markdown character ` --- KEYWORDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KEYWORDS.md b/KEYWORDS.md index e5e5b7a..c53e15e 100644 --- a/KEYWORDS.md +++ b/KEYWORDS.md @@ -207,7 +207,7 @@ Defined in [ajv-keywords](https://github.com/epoberezkin/ajv-keywords) package. The value of keyword `formatMaximum` (`formatMinimum`) should be a string. This value is the maximum (minimum) allowed value for the data to be valid as determined by `format` keyword. -Ajv defines comparison rules for formats `"date"`, `"time"` and `"date-time". +Ajv defines comparison rules for formats `"date"`, `"time"` and `"date-time"`. The value of keyword `formatExclusiveMaximum` (`formatExclusiveMinimum`) should be a boolean value. These keyword cannot be used without `formatMaximum` (`formatMinimum`). If this keyword value is equal to `true`, the data to be valid should not be equal to the value in `formatMaximum` (`formatMinimum`) keyword.