object indicates that this property contains an object that needs to be (de)serialized
using its own model schema.
N.B. mind issues with circular dependencies when importing model schema's from other files! The module resolve algorithm might expose classes before createModelSchema is executed for the target class.
object
indicates that this property contains an object that needs to be (de)serialized using its own model schema.N.B. mind issues with circular dependencies when importing model schema's from other files! The module resolve algorithm might expose classes before
createModelSchema
is executed for the target class.Example