Journée RERO, Fribourg, 23rd of November 2017
automatic deployment
data model design
conversions: MARC21 & UNIMARC to JSON
user interface customization
configurations: facets, indexes, persistent identifiers
editor: new, edit, delete, import from BnF
username: librarian@rero.ch
password: librarian
{
"$schema": "http://ils.test.rero.ch/schema/records/record-v0.0.1.json",
"authors": [
{
"date": "1828-1905",
"name": "Verne, Jules",
"type": "person"
}
],
"title": "Voyage au centre de la terre",
"publicationYear": 2001
}
{
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"properties": {
"publicationYear": {
"description": "Year of the publication. This must be an integer.",
"maximum": 2050,
"minimum": -9999,
"title": "Publication's Year",
"type": "integer",
"validationMessage": "Have to be an integer, from -9999 to 2050."
}
}
}