You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSON Schema
Hi All,
I am using Xsd2Json conversion fromhttps://github.com/dswarm/dswarm-xsd2jsonschema but How can i get simple type with restrictions elements from xsd to Json .Now I am getting null value for those types.Example for the type i want to get is given below.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSON Schema, kilapar...@gmail.com
Sorry I don't know xsd in enough detail to understand your question. That isn't the only tool that does xsd to JSON schema, so you might want to check out some others.
You're unlikely to find authors of those tools in this group. You should ask whoever created the tool for help using their specific tool.
JSON Schema is not intended to be feature equivalent with XML Schema. There are features in one but not in the other. It's likely that you would have to edit the result by hand (and read and understand the JSON Schema specification). You probably cannot do this automatically in many cases.