Skip to content

Collection schema sharing

Christopher Mark Fullarton requested to merge collectionSchemaSharing into staging

This update will define the validation schemes in each collection file. In the methods the schemes are now imported and reused. This will increase security, since for example the hashtag is now everywhere not only checked if it is a String but also matches the length limit. Also if we redefine for example the hastags to contain / not contain chars or anything else we only need to modify the exported object once and it will reflect to the whole application.

Merge request reports