Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ You can specify additional attributes:
* only for array nodes:
* `_ignore_extra_keys`: the node can contain children whose keys are not listed in `_children`; they'll be ignored
* only for prototype nodes:
* `min_items`: the prototype node should contain at least 'min' elements
* `max_items`: the opposite, the max number of elements in the prototype node (by default 200)
* `_min_items`: the prototype node should contain at least 'min' elements
* `_max_items`: the opposite, the max number of elements in the prototype node (by default 200)

Here's a comprehensive example:
```yaml
Expand Down