From ff70b7ec221f9c35c9ba32a8e73ae3e6d63656ff Mon Sep 17 00:00:00 2001 From: Christian Gendreau Date: Wed, 6 Nov 2024 14:27:24 -0500 Subject: [PATCH] Update collectingEvent.yml Added geographicThesaurus --- schema/collectingEvent.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/schema/collectingEvent.yml b/schema/collectingEvent.yml index d51826f..7f9b679 100644 --- a/schema/collectingEvent.yml +++ b/schema/collectingEvent.yml @@ -337,7 +337,7 @@ components: geographicPlaceNameSource: type: string nullable: true - enum: [OSM] + enum: [OSM] geographicPlaceNameSourceDetail: type: object nullable: true @@ -377,6 +377,23 @@ components: format: date-time nullable: true description: The date and time the geographic place name source detail record was recorded on. + geographicThesaurus: + type: object + nullable: true + properties: + source: + enum: [TGN] + description: Source of the geographic thesaurus + subjectId: + type: string + preferredTerm: + type: string + preferredParent: + type: string + nullable: true + additionalParents: + type: array + nullable: true tags: type: array nullable: true