You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since XML is a very much outdated technology and not usable in many recent technologies (like streaming data via Kafka, would require json to use most common feature like a schema registry) it would be great to have an automation included in this repository that creates and validates a json-schema from the XSD files and picks up also all updates. From my point of view it is not feasible to use a one-time generated json-schema that was even not really validated. I am also looking into automating the conversion, using something like jaxb - java classes and generating json-schema from there. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
For similar reasons, our research group at Ghent University / Flanders Make is working on a JSON(-LD) approach. Should MESA decide to include it in their roadmap, we would be happy to contribute to JSON schemas based on the ISA-95/B2MML specification.
@Dennis-Brandl, what is your perspective on this matter?
Since XML is a very much outdated technology and not usable in many recent technologies (like streaming data via Kafka, would require json to use most common feature like a schema registry) it would be great to have an automation included in this repository that creates and validates a json-schema from the XSD files and picks up also all updates. From my point of view it is not feasible to use a one-time generated json-schema that was even not really validated. I am also looking into automating the conversion, using something like jaxb - java classes and generating json-schema from there. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: