Skip to content

Commit 7c39f2e

Browse files
committed
PlaceDisplayProperties
1 parent f60c39b commit 7c39f2e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

index.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ module.exports = {
368368
latitude: { type: 'number' },
369369
longitude: { type: 'number' },
370370
temporalDescription: { $ref: '#/definitions/Date' },
371-
spatialDescription: { $ref: '#/definitions/ResourceReference' }
371+
spatialDescription: { $ref: '#/definitions/ResourceReference' },
372+
display: { $ref: '#/definitions/PlaceDisplayProperties' }
372373
}
373374
},
374375
PlaceReference: {
@@ -571,6 +572,14 @@ module.exports = {
571572
}
572573
}
573574
},
575+
PlaceDisplayProperties: {
576+
type: 'object',
577+
properties: {
578+
name: { type: 'string' },
579+
fullName: { type: 'string' },
580+
type: { type: 'string' }
581+
}
582+
},
574583

575584
// GedcomX Records
576585
Collection: {

0 commit comments

Comments
 (0)