Location main address validation rules for structured address fields and geographic accuracy
Change Detection
SuspiciousRemovalOfFullAddress
| Definition | Severity | API | Sample | Mode |
|---|---|---|---|---|
Validate that fullAddress is present when previously submitted |
SuspiciousRemovalOfStructuredAddress
| Definition | Severity | API | Sample | Mode |
|---|---|---|---|---|
Validate that structuredAddress is present when previously submitted |
Containment
LocationContainedByUnsupportedArea
| Preconditions |
|---|
| Organization type is location owner or unverified agency |
| Definition | Severity | API | Sample | Mode |
|---|---|---|---|---|
Validate that the geocode calculated for a structuredAddress or fullAddress is not contained by an unsupported area |
Example Validation Report
{
"code": "VALIDATION__LocationContainedByUnsupportedArea",
"severity": "WARNING",
"message": "Support in area not available"
}
LocationSupportInAreaIsConditional
| Preconditions |
|---|
| Organization type is location owner or unverified agency |
| Definition | Severity | API | Sample | Mode |
|---|---|---|---|---|
Validate that the geocode calculated for a structuredAddress or fullAddress is not contained by a conditionally allowed area |
Example Validation Report
{
"code": "VALIDATION__LocationSupportInAreaIsConditional",
"severity": "WARNING",
"message": "Support in area is conditional"
}