We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60c39b commit 7c39f2eCopy full SHA for 7c39f2e
1 file changed
index.js
@@ -368,7 +368,8 @@ module.exports = {
368
latitude: { type: 'number' },
369
longitude: { type: 'number' },
370
temporalDescription: { $ref: '#/definitions/Date' },
371
- spatialDescription: { $ref: '#/definitions/ResourceReference' }
+ spatialDescription: { $ref: '#/definitions/ResourceReference' },
372
+ display: { $ref: '#/definitions/PlaceDisplayProperties' }
373
}
374
},
375
PlaceReference: {
@@ -571,6 +572,14 @@ module.exports = {
571
572
573
574
575
+ PlaceDisplayProperties: {
576
+ type: 'object',
577
+ properties: {
578
+ name: { type: 'string' },
579
+ fullName: { type: 'string' },
580
+ type: { type: 'string' }
581
+ }
582
+ },
583
584
// GedcomX Records
585
Collection: {
0 commit comments