Added organization.funding.* check.
This commit is contained in:
parent
3c095c47fe
commit
abb9822cb1
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class PropertyChecker
|
|||
this.organizationRules.add("organization.memberof.*.status.description", "^organization\\.memberof\\.\\S+\\.status.description$", STRING, PropertyMode.OPTIONAL);
|
||||
this.organizationRules.add("organization.country.name", STRING, PropertyMode.MANDATORY);
|
||||
this.organizationRules.add("organization.country.code", COUNTRY_CODE, PropertyMode.MANDATORY);
|
||||
this.organizationRules.add("organization.funding.*", "^organization\\.funding\\.\\S+$", STRING, PropertyMode.OPTIONAL);
|
||||
|
||||
this.organizationRules.add(SUBS, URL, PropertyMode.OPTIONAL);
|
||||
this.organizationRules.add(METRICS_NAME, STRING, PropertyMode.OPTIONAL);
|
||||
|
|
Loading…
Reference in a new issue