A warning/error should be given if an element has the key "items"
Tomen opened this issue · 1 comments
Tomen commented
Suppose you have
parent:
items:
- a```
Then items cannot be accessed, since it is used for the internal Python iterator. A warning might be appropriate.
jr-b-reiterer commented
The same problem appears when an item has the key 'values'.