Add value validation on Dict field
The clients and server could enforce the value of a Dict field using a domain defined on the DictSchema. The domain will need to be static like [('value', '>=', 0), ('value', '<=', 1)]
A validation message should be displayed in the client like for any other domain field.