Jan Pieter Wijbenga
Jan Pieter Wijbenga
https://github.com/OpenModelica/OMPython/blob/a5c90a0a146687afb96f0f88bd9c9af7066ef65e/OMPython/__init__.py#L430 Seems like a copy-paste error, should it be recursive={0} and so on?
I'm trying to export a given schema to generate draft 7, which means use '$id' instead of 'id'. Trying with context passed to exporter, but it will keep generating id...
I'm not sure in the docs I can find the restrictions on the JSON path allowed in the subjects expression. Is union supported? Like this example? ```json { "timestamp": "2024-03-05T13:05:47.812Z",...