allow pattern in linting

This commit is contained in:
Tobias Koppers 2019-10-19 13:54:09 +02:00
parent 3aa5be65cd
commit c13cefe8e8
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ describe("Schemas", () => {
"description",
"enum",
"minLength",
"pattern",
"minimum",
"maximum",
"required",