Added sub check for service.
This commit is contained in:
parent
0ac6c42fc2
commit
5c195b433c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ public class PropertyChecker
|
|||
this.serviceRules.add("host.country.name", STRING, PropertyMode.WISHED);
|
||||
this.serviceRules.add("host.country.code", STRING, PropertyMode.WISHED);
|
||||
|
||||
// this.serviceRules.add(SUBS, URL, PropertyMode.MANDATORY);
|
||||
this.serviceRules.add(SUBS, URL, PropertyMode.OPTIONAL);
|
||||
this.serviceRules.add(METRICS_NAME, STRING, PropertyMode.OPTIONAL);
|
||||
this.serviceRules.add(METRICS_DESCRIPTION, STRING, PropertyMode.OPTIONAL);
|
||||
this.serviceRules.add(METRICS_YEAR, NUMERIC, PropertyMode.OPTIONAL);
|
||||
|
|
Loading…
Reference in a new issue