package core // Document represents a document or file of interest. type Document struct { Title string `json:"title"` Format string `json:"format"` Classification string `json:"classification"` HashSHA256 string `json:"hash_sha256"` Source string `json:"source"` }