Model instance data validation - [ ] Ensure that the data assigned to a field on a model instance conforms to the data type of the field - [ ] Field-level custom validation matchers, using the validate attribute - [ ] Model-level custom validation matchers - [ ] Graph-level custom validation, likely through hooks - [ ] Session-level custom validation, again likely through hooks. This could be useful when defining custom datatypes
Model instance data validation