Skip to content

Commit

Permalink
[MODINVSTOR-1154] - Add new field "Display summary" for the item sche…
Browse files Browse the repository at this point in the history
…ma (#673)

* [MODINVSTOR-1154] - Add new field "Display summary" for the item schema

* [MODINVSTOR-1154] - Add new field "Display summary" for the item schema

* [MODINVSTOR-1154] - Updated Descriptor
  • Loading branch information
azizbekxm authored Jan 25, 2024
1 parent 208a926 commit 8abc611
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 @@ -4,7 +4,7 @@
"provides": [
{
"id": "inventory",
"version": "13.0",
"version": "13.1",
"handlers": [
{
"methods": ["GET"],
Expand Down
4 changes: 4 additions & 0 deletions ramls/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"type": "boolean",
"description": "Records the fact that the record should not be displayed in a discovery system"
},
"displaySummary": {
"description": "Display summary about the item",
"type": "string"
},
"title": {
"type": "string",
"description": "Resouce title (read only, inherited from associated instance record)",
Expand Down

0 comments on commit 8abc611

Please sign in to comment.