remove property in custom keyword definition schema

master
Evgeny Poberezkin 2019-02-09 22:11:59 +00:00
parent c89ca0e980
commit 7079aed195
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ var definitionSchema = {
valid: {type: 'boolean'},
$data: {type: 'boolean'},
async: {type: 'boolean'},
errors: {type: 'boolean'},
validateSchema: true
errors: {type: 'boolean'}
}
};