Source
ValiFit data validation engine · vintage 2026 · refresh cadence: live
0-100 — completeness of property record (drives confidence intervals on derived scores)
Direction of better
Higher values are better. Used to rank candidate towns/properties; higher score = stronger fit.
Unit
Values are reported in score_0_100.
Where the data lives
Tables: properties
Columns: data_quality_score
Input field: data_quality_score
JSON-LD example
Every value emitted by ValiFit (in /api/v1, MCP responses, on-page JSON-LD) carries a propertyID set to this metric_id, so AI clients can resolve it back here in one round-trip.
{
"@type": "PropertyValue",
"propertyID": "property.data_quality_score",
"name": "Data Completeness Score",
"value": 78,
"unitText": "score_0_100",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Property"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "address"
},
{
"@type": "PropertyValue",
"name": "direction",
"value": "higher_better"
},
{
"@type": "PropertyValue",
"name": "source_year",
"value": "2026"
},
{
"@type": "PropertyValue",
"name": "fha_safe",
"value": true
}
],
"valueReference": {
"@type": "QuantitativeValue",
"additionalType": "https://valifit.com/catalog/metric",
"identifier": "property.data_quality_score",
"sameAs": "ValiFit data validation engine"
},
"mentions": [
{
"@type": "Dataset",
"@id": "https://valifit.com/sources/valifit-internal",
"identifier": "VALIFIT_INTERNAL",
"name": "ValiFit Internal Compute",
"url": "https://valifit.com/trust/methodology",
"sameAs": "https://valifit.com/trust/methodology",
"creator": {
"@type": "Organization",
"name": "ValiFit"
},
"temporalCoverage": "live",
"dateModified": "2026-05-11"
}
]
}For programmatic access
GET /api/v1/catalog/metrics?id=property.data_quality_score
MCP tool: get_catalog with id="property.data_quality_score"