Skip to content

Commit ff70b7e

Browse files
authored
Update collectingEvent.yml
Added geographicThesaurus
1 parent 4e9bf62 commit ff70b7e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

schema/collectingEvent.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ components:
337337
geographicPlaceNameSource:
338338
type: string
339339
nullable: true
340-
enum: [OSM]
340+
enum: [OSM]
341341
geographicPlaceNameSourceDetail:
342342
type: object
343343
nullable: true
@@ -377,6 +377,23 @@ components:
377377
format: date-time
378378
nullable: true
379379
description: The date and time the geographic place name source detail record was recorded on.
380+
geographicThesaurus:
381+
type: object
382+
nullable: true
383+
properties:
384+
source:
385+
enum: [TGN]
386+
description: Source of the geographic thesaurus
387+
subjectId:
388+
type: string
389+
preferredTerm:
390+
type: string
391+
preferredParent:
392+
type: string
393+
nullable: true
394+
additionalParents:
395+
type: array
396+
nullable: true
380397
tags:
381398
type: array
382399
nullable: true

0 commit comments

Comments
 (0)