-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds local fields on document, item and holdings (serial type). * Adds the type column in the refs resolve. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch> Co-Authored-by: Aly Badr <aly.badr@rero.ch>
- Loading branch information
1 parent
f3275b9
commit d68a308
Showing
52 changed files
with
1,432 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[ | ||
{ | ||
"pid": "1", | ||
"organisation": { | ||
"$ref": "https://ils.rero.ch/api/organisations/1" | ||
}, | ||
"parent": { | ||
"$ref": "https://ils.rero.ch/api/documents/1" | ||
}, | ||
"fields": { | ||
"field_1": [ | ||
"Auteur vald\u00f4tain", | ||
"Bibliographie vald\u00f4taine" | ||
] | ||
} | ||
}, | ||
{ | ||
"pid": "2", | ||
"organisation": { | ||
"$ref": "https://ils.rero.ch/api/organisations/2" | ||
}, | ||
"parent": { | ||
"$ref": "https://ils.rero.ch/api/documents/1" | ||
}, | ||
"fields": { | ||
"field_1": [ | ||
"Production by Hogwarts' students" | ||
] | ||
} | ||
}, | ||
{ | ||
"pid": "3", | ||
"organisation": { | ||
"$ref": "https://ils.rero.ch/api/organisations/1" | ||
}, | ||
"parent": { | ||
"$ref": "https://ils.rero.ch/api/documents/93" | ||
}, | ||
"fields": { | ||
"field_1": [ | ||
"Don \u00c9mile Chanoux" | ||
], | ||
"field_2": [ | ||
"Fonds de la Fondation Grand Paradis" | ||
] | ||
} | ||
}, | ||
{ | ||
"pid": "4", | ||
"organisation": { | ||
"$ref": "https://ils.rero.ch/api/organisations/2" | ||
}, | ||
"parent": { | ||
"$ref": "https://ils.rero.ch/api/documents/93" | ||
}, | ||
"fields": { | ||
"field_1": [ | ||
"Donation Albus Dumbledore" | ||
] | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.