Validate non-nullable values inside lists

This commit is contained in:
2021-05-06 22:23:16 +02:00
parent 2220f0ca56
commit 5a5f265fe4
5 changed files with 49 additions and 32 deletions

View File

@ -18,6 +18,7 @@ and this project adheres to
validation traverser calls it on all list items.
- `valuesOfCorrectTypeRule` doesn't check objects recursively since the
validation traverser calls it on all object properties.
- Validation of non-nullable values inside lists.
### Changed
- `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain