Re-evaluate what fields should be considered required by utils/validate_yaml.py
Currently, e.g., reference is required by utils/validate_yaml.py, but not by the google form. As a result the field may not exist for new entries through the google form.
Maybe there are other fields for which the same is the case, for which the required status should also be re-evaluated.
Re-evaluate what fields should be considered required by
utils/validate_yaml.pyCurrently, e.g.,
referenceis required byutils/validate_yaml.py, but not by the google form. As a result the field may not exist for new entries through the google form.Maybe there are other fields for which the same is the case, for which the required status should also be re-evaluated.