Dynamic Form Builder Generate the form dynamically with validation. Using react-hook-forms Components DynamicForm({fields: JSON, handleSubmission : Function}); Utility Functions convertToSchema(array) : convert an array of objects([{"name": "", "type": ""}]) with fields to schema required