Liquid Studio Documentation
JSON Schema Editor / JSON Schema to XSD Conversion Wizard
    JSON Schema to XSD Conversion Wizard

    This wizard allows a JSON schema to be converted to a XML Schema (XSD).

     

    Properties

    Input File

    The source file to be converted

    Output File

    The target file that will be created. If the file already exists it will be overwritten.

    Write references to source data into the output

     Outputs a comment referencing the source location in the source schema

    Write generation comments into output

    Outputs a comment describing what the item represented in the source schema.

    Root Element Name

    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.

    Target Namespace

     The target namespace to use for the new XSD schema, if this is empty then no targetNamespace is set for the new schema.

     

     

    Some of the concepts in a JSON schema do not exist in an XSD Schema, so a 100% accurate mapping is not possible.