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.
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).
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 nameschema:
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