fix: error params for contains keyword (typo)

master
Evgeny Poberezkin 2017-03-12 12:42:13 +00:00
parent bca33bf3fe
commit b99b93b6a5
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
additionalProperties: "{ additionalProperty: '{{=$additionalProperty}}' }",
anyOf: "{}",
const: "{}",
constains: "{}",
contains: "{}",
dependencies: "{ property: '{{= it.util.escapeQuotes($property) }}', missingProperty: '{{=$missingProperty}}', depsCount: {{=$deps.length}}, deps: '{{= it.util.escapeQuotes($deps.length==1 ? $deps[0] : $deps.join(\", \")) }}' }",
'enum': "{ allowedValues: schema{{=$lvl}} }",
format: "{ format: {{#def.schemaValueQS}} }",