fix: type validation

master
Evgeny Poberezkin 2017-05-20 21:41:15 +01:00
parent cad76056b9
commit 6f1f0831a3
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@
{{?}}
{{? $rulesGroup.type }}
}
{{? $typeSchema && $typeSchema === $typeToCheck && !$coerceToTypes }}
{{? $typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes }}
else {
{{
var $schemaPath = it.schemaPath + '.type'