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

AST: Add filetype and schema fields #126

Closed gunnar-mb closed 4 months ago

gunnar-mb commented 4 months ago

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

AST: Add filetype and schema fields

The two identifiers are initially not really necessary for IFEX Core IDL files, but they are added to prepare for easier differentiating between multiple type of files.
The intention is that all Layer Types shall also include the same fields.

filetype: is used to indicate the layer type by name schema: indicates through filename or URI the JSON schema file that defines the format of the Layer Type, which can thus be used to check conformance of the layer.

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 4 months ago

@mnlbm - FYI