Skip to content

Commit

Permalink
Shorten processingAgent label in Document schema (#1146)
Browse files Browse the repository at this point in the history
* Reveal processingAgent hide processedAt in Document

* Shorten processingAgent label

* Shorted processedAt label, fix typo
  • Loading branch information
catileptic authored Jun 27, 2023
1 parent 8f2cd88 commit d82ba0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions followthemoney/schema/Document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d82ba0d

Please sign in to comment.