This wizard allows a JSON schema to be converted to a XML Schema (XSD).
The source file to be converted
The target file that will be created. If the file already exists it will be overwritten.
Outputs a comment referencing the source location in the source schema
Outputs a comment describing what the item represented in the source schema.
Determines the name of the root element in the new XSD.
A JSON schema has no name for the outer object, so we need to supply one.
The target namespace to use for the new XSD schema, if this is empty then no targetNamespace is set for the new schema.