1,021 B
1,021 B
Evidence schema (v1)
This repo is coordinated across parallel sessions. Each session writes its own evidence under:
data/ho36/data/flaneur/
evidence.json
Top-level:
{
"hostel_name": "string",
"collected_at": "ISO datetime",
"collector_session": "A|B|C",
"evidence": [],
"profile": {}
}
Each evidence item (one 'fact') is a row/object with:
target:"ho36"|"flaneur"source:"official_site"|"google_maps"|"booking"|"hostelworld"|"tripadvisor"|"instagram"|"facebook"|"tiktok"|"press"|"other"metric_name: stringmetric_value: string | number | nullurl: stringcaptured_at: ISO datetimestatus:"ok"|"blocked"|"unknown"|"error"confidence:"high"|"med"|"low"notes: stringscreenshot_path: string | null
evidence.csv
One row per evidence item, with the same fields:
target,source,metric_name,metric_value,url,captured_at,status,confidence,notes,screenshot_path