eclipse-archived / unide

Eclipse Public License 1.0
29 stars 17 forks source link

Online Validation - Meassurement: difference between spec and validation service: meassurements or messages ? #16

Closed jwende closed 6 years ago

jwende commented 6 years ago

Invoking the validation service with a meassuremtns message returns the following error: "meassurements":"is not defined in the schema and the schema does not allow additional properties","messages":"is missing but it is required"

jwende commented 6 years ago

Double check my environment first

jwende commented 6 years ago

The reason for this error message was:

Re-opening the issue as I would expect other error messages if using the wrong endpoint.

Cheers J.

ameinhardt commented 6 years ago

good suggestion. I'll have a look at that for the next release

ameinhardt commented 6 years ago

in the recently committed code, there a seperate validation endpoint now: /rest/v2/validate. The message is determined by the content-spec. See: documentation - REST Endpoints