APIDiscoverer
APIDiscoverer copied to clipboard
APIDiscoverer
Clearly a UML model exists since the metamodel is represented in the readme using UML diagrams. However the UML (either in XMI or a tool-specific format for the diagrams) is...
In several cases the file openAPI.ecore differs from the UML diagram in the readme. For example the ecore file has a typo in class name ParamterDeclaringContext And in the attribute...
The API definitions in the HAPI collection often show this problem: ```json "responses": { "200": { "description":null, "schema":"#/definitions/Resource" } } ```` It should be ```json "responses": { "200": { "description":"",...