Skip to content

Commit 0d04924

Browse files
Alicia ZanggerAoNoOokami
Alicia Zangger
authored andcommitted
json schema: improve provision activity date fields
* Improves title and description of dates in provision activity. * Closes #1424. Co-Authored-by: Alicia Zangger <[email protected]>
1 parent f8c1fb1 commit 0d04924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: rero_ils/modules/documents/jsonschemas/documents/document_provision_activity-v0.0.1.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@
209209
}
210210
},
211211
"startDate": {
212-
"title": "Start date of publication",
213-
"description": "Start date of the publication. This must be an integer, ie 1989, 453, -50. Used to sort search results. Once this field is set, a free formed date of publication can be added in the next field.",
212+
"title": "Date 1",
213+
"description": "Normalised date used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field \"Statements\".",
214214
"type": "integer",
215215
"minimum": -9999,
216216
"maximum": 2050,
@@ -224,8 +224,8 @@
224224
}
225225
},
226226
"endDate": {
227-
"title": "End date of publication",
228-
"description": "End date of the publication. This must be an integer, ie 1989, 453, -50. Used to sort search results. Once this field is set, a free formed date of publication can be added in the next field.",
227+
"title": "Date 2",
228+
"description": "Normalised end date if the provision activity covers more than one year, and used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field \"Statements\"",
229229
"type": "integer",
230230
"minimum": -9999,
231231
"maximum": 2050,

0 commit comments

Comments
 (0)