evidence
1 row where event_id = "a2b530f8-1c1f-54ca-b90f-9dd7aa1aee5f"
This data as json, CSV (advanced)
Suggested facets: created_at (date)
| id ▼ | event_id | report_id | evidence_type | description | source_url | file_path | confidence | created_at |
|---|---|---|---|---|---|---|---|---|
| 12b4e517-0550-4106-92db-08fc06fc62e9 | a2b530f8-1c1f-54ca-b90f-9dd7aa1aee5f | abbf4bcd-a04f-4554-8e47-df780af2dec1 | government_document | Document: ODNI-UAP-D001, USPER Narrative, Senior USIC Official | Witnesses: 4 | Multiple corroborating witnesses including military pilots and intelligence officer; radar detection by JOC confirmed visual sightings; FLIR thermal imaging by ground teams; night vision goggle observations by pilots; naked eye observation by senior intelligence official; objects demonstrated anomalous flight characteristics including speed exceeding helicopter capabilities, formation flying with fighter jets, and instantaneous directional changes; repeated observations of identical phenomena across multiple locations and time periods during same incident | 2026-06-01T00:20:16.463422 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "evidence" (
[id] TEXT PRIMARY KEY,
[event_id] TEXT REFERENCES [events]([id]),
[report_id] TEXT REFERENCES [reports]([id]),
[evidence_type] TEXT,
[description] TEXT,
[source_url] TEXT,
[file_path] TEXT,
[confidence] TEXT,
[created_at] TEXT
);
CREATE INDEX [idx_evidence_report_id]
ON [evidence] ([report_id]);
CREATE INDEX [idx_evidence_event_id]
ON [evidence] ([event_id]);