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-1927] Use of CDS annotation in ORD #16

Closed Shubho2 closed 5 months ago

Shubho2 commented 6 months ago

JIRA: https://jira.tools.sap/browse/CDSADAPTERS-1927 This PR extends the support for CDS annotation in ORD.

RoshniNaveenaS commented 6 months ago

ToDo: @Shubho2 , can you add the list of annotations that you have considered ( with reference of capire link that it is a valid annotation) in the PR link

Shubho2 commented 5 months ago

ToDo: @Shubho2 , can you add the list of annotations that you have considered ( with reference of capire link that it is a valid annotation) in the PR link

I have considered the following annotations: title, description, shortDescription, visibility, releaseStatus, apiProtocol, extensible.supported.

Among these, I have only found title and description mentioned in capire document. description is only supported for event resources.