Skip to content

localizationParameters are not send correctly in factsheet

Right now, the factsheet from libvda contains something like this:

"localizationParameters": {
    "description": "",
    "type": ""
},

In the factsheet.schema it looks like this:

    "localizationParameters": {
        "type": "object",
        "description": "Detailed specification of localization"
    }

I am pretty sure that "type": "object", just indicates that it should be a JSON object. Thus, "type" should not be included as an actual value.

Also, it is not a required field as per the vda standard. would it be possible to exclude it from the factsheet somehow? 😀