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.
 
 
 
 
 
 

26 lines
700 B

{
"type": "object",
"properties": {
"allows_renewal": {
"type": "boolean",
"description": "Renewability status; true = renewable, false = not renewable"
},
"max_renewals": {
"type": "integer",
"description": "Maximum number of possible renewals"
},
"current_renewals": {
"type": "integer",
"description": "Current used renewals"
},
"unseen_renewals": {
"type": "integer",
"description": "Number of consecutive times the item was renewed without being seen"
},
"error": {
"type": ["string", "null"],
"description": "Description on false allows_renewal."
}
},
"additionalProperties": false
}