If alot of my schemas have the following fields in common:
owner: { type: String, label: "You", optional: true },created: { type: Date, label: "Date", optional: true },
Is there a way to make heirarchies of schemas so they can inherit from say an AbstractUserCreatedSchema?
 ! Thanks for that, maybe I should read past the first section of docs next timeā¦
! Thanks for that, maybe I should read past the first section of docs next timeā¦