Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CIRC-2036] Add new 'displaySummarry' field to the Item schema #1438

Merged
merged 8 commits into from
Mar 7, 2024
Prev Previous commit
Next Next commit
CIRC-2036 update schema with displaySummary field
roman-barannyk committed Mar 7, 2024

Verified

This commit was signed with the committer’s verified signature.
fpapon François Papon
commit 52fa4f8df1d893475af89a8302953ea0497e29e5
4 changes: 4 additions & 0 deletions ramls/loan.json
Original file line number Diff line number Diff line change
@@ -234,6 +234,10 @@
"type": "string",
"readonly": true
},
"displaySummary": {
"description": "Display summary about the item",
"type": "string"
},
"volume": {
"description": "Item`s volume",
"type": "string",