opendata-for-all / APIDiscoverer

APIDiscoverer
Eclipse Public License 2.0
25 stars 4 forks source link

Inconsistency between ecore model and UML diagrams in documentation #4

Open rivettp opened 5 years ago

rivettp commented 5 years ago

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 Parameter::allowEmplyValue there is not only a typo but the name in the UML is allowEmptyValues (plural).

On the other hand the UML has typos not in the ecore: the UML diagram shows JSONSchemaSubset::description as having a datatype of "Sting" and misspells SecuritySchema::descrpition

hamzaed commented 5 years ago

Thank you for reporting these issues. We'll fix them as soon as we can (in both the ecore file and the description)

Hamza