eiffel-community / eiffel

The Eiffel framework vocabulary, descriptions, guides and schemas along with links to relevant implementation repositories.
Apache License 2.0
121 stars 59 forks source link

Add validation of meta schema #384

Closed e-backmark-ericsson closed 7 months ago

e-backmark-ericsson commented 8 months ago

Description

There should be tests validating that our event schemas are valid towards their meta schemas. See bug #376 as an example of what could happen when there is no validation.

Motivation

Valid event schemas

Exemplification

See bug #376

Benefits

Valid event schemas

Possible Drawbacks

None