A very common behaviour is to disallow empty containers (list and dict). It is a bit odd consumers have to write validators for this. I would hence suggest that we start supporting this natively in the schema. My proposed solution would be to implement:
A very common behaviour is to disallow empty containers (list and dict). It is a bit odd consumers have to write validators for this. I would hence suggest that we start supporting this natively in the schema. My proposed solution would be to implement:
MetaKeys.AllowEmpty -> [True, False]
for list and dict.