Comparison version: 12.1.4
Comparison date: 2021-04-29T03:33:02+00:00
----
@ ["properties","loanPolicies","items","properties","metadata","id"]
+ "metadata.schema"
@ ["properties","loanPolicies","items","properties","requestManagement","properties","recalls","properties","allowRecallsToExtendOverdueLoans"]
+ {"default":false,"description":"Whether recalls are allowed to extend overdue loans","type":"boolean"}
@ ["properties","loanPolicies","items","properties","requestManagement","properties","recalls","properties","alternateRecallReturnInterval"]
+ {"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"description":"Alternate recall return interval for overdue loans","properties":{"duration":{"description":"Duration of the period, number of times the interval repeats","minimum":1,"type":"integer"},"intervalId":{"description":"Interval for the period, e.g. hours, days or weeks","enum":["Minutes","Hours","Days","Weeks","Months"],"type":"string"}},"required":["duration","intervalId"],"type":"object"}
