Skip to content

Commit

Permalink
CIRC-2084 Added isDcb property in loan.json and changed loan-storage …
Browse files Browse the repository at this point in the history
…version to 7.3 in ModuleDescriptor
  • Loading branch information
SreejaMangarapu committed Jun 3, 2024
1 parent 364326b commit 875e9ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@
"requires": [
{
"id": "loan-storage",
"version": "7.1"
"version": "7.3"
},
{
"id": "circulation-rules-storage",
Expand Down
4 changes: 4 additions & 0 deletions ramls/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
"type": "string",
"format": "date-time"
},
"isDcb": {
"description": "Indicates whether or not this loan is associated for DCB use case",
"type": "boolean"
},
"metadata": {
"description": "Metadata about creation and changes to loan, provided by the server (client should not provide)",
"type": "object",
Expand Down

0 comments on commit 875e9ef

Please sign in to comment.