Source
ValiFit parcel enrichment engine · vintage 2026 · refresh cadence: live
When ValiFit last spatial-joined and enriched this parcel
Direction of better
No universal direction; user preference determines what is "better".
Unit
Values are reported in datetime.
Where the data lives
Tables: parcels
Columns: last_enriched_at, last_enriched_by
Input field: last_enriched_at
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": "parcel.last_enriched_at",
"name": "Last Parcel Enrichment",
"value": "example",
"unitText": "datetime",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "composite",
"value": "Property"
},
{
"@type": "PropertyValue",
"name": "level",
"value": "address"
},
{
"@type": "PropertyValue",
"name": "direction",
"value": "optimize"
},
{
"@type": "PropertyValue",
"name": "source_year",
"value": "2026"
},
{
"@type": "PropertyValue",
"name": "fha_safe",
"value": true
}
],
"valueReference": {
"@type": "QuantitativeValue",
"additionalType": "https://valifit.com/catalog/metric",
"identifier": "parcel.last_enriched_at",
"sameAs": "ValiFit parcel enrichment engine"
},
"mentions": [
{
"@type": "Dataset",
"@id": "https://valifit.com/sources/county-assessor",
"identifier": "COUNTY_ASSESSOR",
"name": "County Assessor + Recorder Data",
"url": "https://en.wikipedia.org/wiki/Property_tax_in_the_United_States",
"sameAs": "https://en.wikipedia.org/wiki/Property_tax_in_the_United_States",
"creator": {
"@type": "Organization",
"name": "County tax assessors (3,144 US counties)"
},
"temporalCoverage": "continuous",
"dateModified": "2026-05-11"
},
{
"@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=parcel.last_enriched_at
MCP tool: get_catalog with id="parcel.last_enriched_at"