Main Koha release repository
https://koha-community.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
529 B
22 lines
529 B
{
|
|
"type": "object",
|
|
"properties": {
|
|
"club_hold_id": {
|
|
"type": "integer",
|
|
"description": "Internal club hold identifier"
|
|
},
|
|
"club_id": {
|
|
"type": "integer",
|
|
"description": "Internal club identifier"
|
|
},
|
|
"biblio_id": {
|
|
"type": "integer",
|
|
"description": "Internal biblio identifier"
|
|
},
|
|
"item_id": {
|
|
"type": ["string", "null"],
|
|
"description": "Internal item identifier"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|
|
|