The simple_(base/wlcg)_schema.yaml need to be converted to a 'python yamale module' compatible schema. ``` var: {type: yamale_type(), required: true, use_default: false} ``` should become ``` var: yamale_type() ``` for the entire schema file.