Validate JSON by Schema before save

Hi @Alex_B, built into Strapi, no. But you could use yup to build validations for your data and maybe in the process provide feedback based on what the validation returns. This would require you to customize your controllers, however.