From d82ba0db07781c70e7051a5ce45f97c1ab2b3dc9 Mon Sep 17 00:00:00 2001 From: catileptic Date: Tue, 27 Jun 2023 16:03:30 +0300 Subject: [PATCH] Shorten processingAgent label in Document schema (#1146) * Reveal processingAgent hide processedAt in Document * Shorten processingAgent label * Shorted processedAt label, fix typo --- followthemoney/schema/Document.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/followthemoney/schema/Document.yaml b/followthemoney/schema/Document.yaml index 4c3a1fb97..5c064c280 100644 --- a/followthemoney/schema/Document.yaml +++ b/followthemoney/schema/Document.yaml @@ -112,10 +112,12 @@ Document: label: "Processing error" hidden: true processingAgent: - label: "Name and version of the processing agent used to process the Document" + label: "Processing agent" + description: "Name and version of the processing agent used to process the Document" type: string processedAt: - label: "Date and time of the most recent ingestion of the Document" + label: "Processed at" + description: "Date and time of the most recent ingestion of the Document" type: date matchable: false hidden: true