Closed ngyv closed 6 years ago
Move part of the validation into model descriptor.
Using type to describe BaseModel attributes will now result in console warning even when required is not specified in type.
type
BaseModel
required
Move part of the validation into model descriptor.
Using
type
to describeBaseModel
attributes will now result in console warning even whenrequired
is not specified intype
.