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
fix: Set proper values for titles and descriptions #46
Addressing
groups
"title": "Catalog Service”
→ i.e. without appending “ Title”packages
"title": "capire bookshop”
→ take what is there, don’t add extra text like “sample title for"“shortDescription"
→ take what is there, don’t add extra text like “Here’s the short description for ..."“description"
→ take what is there, don’t add extra text like “Here’s the short description for ..."apiResources
"title": "Catalog Service”
→ take what is there, don’t add extra text like “The service is for ..."“shortDescription": "Catalog Service”
→ take what is there, don’t add extra text like “Here we have the shortDescription for ..."“description": "Catalog Service”
→ take what is there, don’t add extra text like “Here we have the description for ..."from https://github.com/cap-js/ord/issues/38