From c8361e95e401a2fe4bfd984e6b0fbec676e9fe4d Mon Sep 17 00:00:00 2001 From: Alex Stefanescu Date: Wed, 21 Jun 2023 17:19:48 +0300 Subject: [PATCH] Reveal processingAgent hide processedAt in Document --- followthemoney/schema/Document.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/followthemoney/schema/Document.yaml b/followthemoney/schema/Document.yaml index 35cad96b3..4c3a1fb97 100644 --- a/followthemoney/schema/Document.yaml +++ b/followthemoney/schema/Document.yaml @@ -114,8 +114,8 @@ Document: processingAgent: label: "Name and version of the processing agent used to process the Document" type: string - hidden: true processedAt: label: "Date and time of the most recent ingestion of the Document" type: date matchable: false + hidden: true