Validating field types has not been implemented anywhere. I'd like to drop it to decrease complexity of validation. Especially when same types are used in different fields, validation get's difficult to implement. Workaround is to use multiple schemas in parallel, one for each type.
Validating field types has not been implemented anywhere. I'd like to drop it to decrease complexity of validation. Especially when same types are used in different fields, validation get's difficult to implement. Workaround is to use multiple schemas in parallel, one for each type.