Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
"type": "object",
"description": "Title level requests feature settings",
"properties": {
"titleLevelRequestsFeatureEnabled": {
"description": "Allow title level requests",
"type": "boolean"
},
"createTitleLevelRequestsByDefault": {
"description": "'Create title level requests' selected by default",
"type": "boolean"
},
"patronNoticeTemplates": {
"description": "Patron notice templates to use for title level requests",
"type": "object",
"properties": {
"confirmationNotice": {
"description": "Confirmation patron notice ID",
"type": "string"
},
"cancellationNotice": {
"description": "ConfirmationCancellation patron notice ID",
"type": "string"
},
"expirationNotice": {
"description": "Expiration patron notice ID",
"type": "string"
}
}
}
}
}

...