fbda925f85
Before this file grows, we should sort it alphabetically. To test: 1. prove t/db_dependent/api/v1 Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"city": {
|
|
"$ref": "definitions/city.json"
|
|
},
|
|
"error": {
|
|
"$ref": "definitions/error.json"
|
|
},
|
|
"hold": {
|
|
"$ref": "definitions/hold.json"
|
|
},
|
|
"holds": {
|
|
"$ref": "definitions/holds.json"
|
|
},
|
|
"patron": {
|
|
"$ref": "definitions/patron.json"
|
|
}
|
|
}
|