diff --git a/examples/Common.CorrespondingContentIDs-sample.json b/examples/Common.CorrespondingContentIDs-sample.json index 82188075b..ee02d4a34 100644 --- a/examples/Common.CorrespondingContentIDs-sample.json +++ b/examples/Common.CorrespondingContentIDs-sample.json @@ -1,6 +1,9 @@ { "$Version": "4.0", "$Reference": { + "https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.json": { + "$Include": [{ "$Namespace": "Org.OData.Core.V1", "$Alias": "Core" }] + }, "https://sap.github.io/odata-vocabularies/vocabularies/Common.json": { "$Include": [{ "$Namespace": "com.sap.vocabularies.Common.v1", "$Alias": "Common" }] } @@ -30,7 +33,13 @@ { "$Name": "items", "$Collection": true, "$Type": "self.SalesQuotationItemToBeCopied" } ], "$ReturnType": { "$Type": "self.SalesOrder" }, - "@Common.CorrespondingContentIDs": [{ "ParameterValue": "items", "ReturnedEntity": "$ReturnType/Items" }] + "@Common.CorrespondingContentIDs": [ + { + "@Core.Description": "Correspondence between sales quotation item and sales order item", + "ParameterValue": "items", + "ReturnedEntity": "$ReturnType/Items" + } + ] } ], "default": { diff --git a/examples/Common.CorrespondingContentIDs-sample.xml b/examples/Common.CorrespondingContentIDs-sample.xml index c4d8ffef1..05168796f 100644 --- a/examples/Common.CorrespondingContentIDs-sample.xml +++ b/examples/Common.CorrespondingContentIDs-sample.xml @@ -1,5 +1,8 @@ + + + @@ -27,6 +30,7 @@ +