COVESA / ifex

The Interface Exchange Framework. Tools for processing interface/API descriptions in different formats, including the IFEX core format. Some example files are at: https://github.com/COVESA/vehicle_service_catalog.
Mozilla Public License 2.0
14 stars 17 forks source link

Add JSON-schema generator #103

Closed gunnar-mb closed 7 months ago

gunnar-mb commented 8 months ago

Author: Gunnar Andersson \gunnar.andersson@mercedes-benz.com\, MBition GmbH.

JSON-schema generator.

The program was tested solely for our own use cases, which might differ from yours.

The submission is provided under the main project license (LICENSE file in root of project).

Provider Information

gunnar-mb commented 8 months ago

It seems this requires a change to the ifex_ast which was not yet pushed. Converting to draft for now.

gunnar-mb commented 8 months ago

Rebased on #106 to get the proper AST definition (which should hopefully yield a proper schema therefore)

gunnar-mb commented 8 months ago

Again, after updating #106

gunnar-mb commented 8 months ago

Final version improves the printouts from the validation program (validate.py)