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
Ord generated document contains undefined in different ids #40
The root cause is missing error handling, for example templates.js#L63. If the entity doesn't have annotation @ODM.entityName, it will return undefined. I assume all similar undefined appearance will be same.
The ord plugin version is 1.0.3. The following example is ord plugin generated, you can find the full document
I would expect, for example, the full original document
If it is a bug, I can fix it.