Current Issue:
Right now it is not possible to set certain fields in Prismic as mandatory to be filled out. This leads to various issues, as we have basically to check every field if it can be empty/null. Therefore gives us the need to write a lot of boilerplate code just to validate in the code if a certain field is filled out so the builds won't fail.
Solution
Drums please, super easy, make certain fields mandatory by the user the fill them out - else he should not be able to save the document.
Preferably it would be cool if we can also say what should be filled in e.g. Integer or String.
Thanks for your support