cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

[JIRA: CDSADAPTERS-1955] Adding integration dependency changes #28

Closed Shubho2 closed 1 month ago

Shubho2 commented 4 months ago

JIRA Link: https://jira.tools.sap/browse/CDSADAPTERS-1955

This PR adds support to show integration dependency in ORD document.

RoshniNaveenaS commented 4 months ago

image

The above subset can be removed as it is throwing an error in metadata validator

RoshniNaveenaS commented 4 months ago

image

Can you update the eventResource ordId

RoshniNaveenaS commented 4 months ago

apiResources in integrationDependencies should be the corresponding apiResource for the service marked with cds.external

Shubho2 commented 4 months ago

image

Can you update the eventResource ordId

I have made the changes as you suggested. Could you please check?