Skip to content

Commit fa7d8aa

Browse files
authored
remove location from authors schema
1 parent 1ab2acc commit fa7d8aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

olclient/schemata/author.schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
"bio": { "$ref": "shared_definitions.json#/text_block" },
2828
"birth_date": { "type": "string" },
2929
"death_date": { "type": "string" },
30-
"location": {
31-
"type": "string",
32-
"examples": [
33-
"England, U.K."
34-
]
35-
},
3630
"date": { "type": "string" },
3731
"entity_type": {
3832
"type": "string",

0 commit comments

Comments
 (0)