Skip to content

Commit

Permalink
Add description for entityId
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanChernetskyi committed Jun 18, 2024
1 parent b5765ae commit 88071bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ramls/update_ownership_response.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Holder for errors during holdings/item update ownership",
"description": "Holder for errors during item/holdingsRecord update ownership",
"type": "object",
"properties": {
"notUpdatedEntities": {
"description": "Items/holdings errors",
"description": "Item/HoldingsRecord errors",
"type": "array",
"items": {
"type": "object",
"properties": {
"entityId": {
"$ref": "uuid.json"
"$ref": "uuid.json",
"description": "Id of item/holdingsRecord"
},
"errorMessage": {
"type": "string",
Expand Down

0 comments on commit 88071bc

Please sign in to comment.