Skip to content

Commit

Permalink
add property publicationPlace to BibliographicResource (because I som…
Browse files Browse the repository at this point in the history
…ehow forgot before)
  • Loading branch information
fdiehr committed Jul 30, 2024
1 parent d2ab1cf commit 5f96eae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mex/model/entities/bibliographic-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,24 @@
"default": null,
"description": "The range of pages or a single page."
},
"publicationPlace": {
"anyOf": [
{
"examples": [
"Berlin",
"Chigago",
"NYC/NY",
"Tampa, FL"
],
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "The place where the document was issued."
},
"publicationYear": {
"anyOf": [
{
Expand Down

0 comments on commit 5f96eae

Please sign in to comment.