Closed kplatis closed 2 years ago
The current implementation of .validate() expects a type attribute in the validated resource object. It would be useful to be able to validate against a schema by passing the schema as parameter in .validate()
.validate()
type
The current implementation of
.validate()
expects atype
attribute in the validated resource object. It would be useful to be able to validate against a schema by passing the schema as parameter in.validate()