Closed eXpire163 closed 4 years ago
Hi, thanks for using Yamale.
For your last example, don't forget to use quotes...for example:
childs: list(include('childs'))
---
childs:
name: str()
age: int()
As for this schema:
childs: list(map())
It validates correctly for me with the latest master and with 2.0.1. What version are you using and what is the error you're getting?
yes, the quotes made my day
thanks
No way to validate a list of maps
yaml:
not working schema