有没有办法将 JSON 架构转换为 XSD?

Is there a way to convert a JSON Schema to an XSD?

我目前正在寻找一种将 JSON 模式转换为 XSD 或 XML 模式的方法。我在这个话题上一无所获,希望这里有人知道。我希望使用 Java API 来完成。

Jsons2xsd converts JSON Schema to XML Schema (XSD) 并且基于 Java。