From 20bab06115a6e2649bbde036f8d5a016ac93204a Mon Sep 17 00:00:00 2001 From: Maxim Dovydenok Date: Fri, 9 Mar 2018 21:45:09 +0300 Subject: [PATCH] Fix min_items and max_items attribute names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 223011e..e19e84c 100644 --- a/README.md +++ b/README.md @@ -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