Skip to content

Commit

Permalink
Update collectingEvent.yml
Browse files Browse the repository at this point in the history
Added geographicThesaurus
  • Loading branch information
cgendreau authored Nov 6, 2024
1 parent 4e9bf62 commit ff70b7e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion schema/collectingEvent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ components:
geographicPlaceNameSource:
type: string
nullable: true
enum: [OSM]
enum: [OSM]
geographicPlaceNameSourceDetail:
type: object
nullable: true
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff70b7e

Please sign in to comment.