Closed stel closed 7 years ago
Reported from the user:
property: { type: ‘propertyType’, optional: true }
should be replaced to
property: { type: ‘object’, objectType: ‘propertyType’, optional: true }
According to the Docs the model definition is correct.
Reported from the user:
should be replaced to