xsd2json icon indicating copy to clipboard operation
xsd2json copied to clipboard

Translate XML Schema into equivalent JSON Schema

Results 22 xsd2json issues
Sort by recently updated
recently updated
newest added

Hi, This is a great tool. I'm facing issue in the following scenario. XSD1.....>XSD2------>XSD3. It's throwing out error (going to infinite loop)while trying to reference xsd3. Is there a setting...

Currently, we create draft-04 JSON Schemas. We should migrate to the [latest version](https://json-schema.org/specification.html). draft-04 is [incompatible](https://ajv.js.org/json-schema.html#draft-04) with the recent versions of Ajv.

Hi. Trying to use xsd2json binary on mac os just hangs on attached XSD. When using on Debian Stretch it returns empty output. What is wrong with this XSD or...

Hey, sry for the delay. well actually I would like to send you an example, but I dont find a email. Thats why I post an example here and would...

Thoughts what the issue might be? Commands and Error information is mentioned below: > **OS: Windows 10** w/ latest swipl, nodejs and xsd2json installed. > > **Run Option 1:** >...

The following schema element ```xml Added in Version 1.2: INFO for diagnostics in several places ``` gives this JSON schema fragment: ```json "Resource": { "properties": { "name": { "type": "string"...

I keep getting the following error when trying to convert my xsd file: ERROR: -g user:main: Syntax error: Operator expected Seems to be a Prolog issue. Any idea what could...

It generates the json schema quickly for smaller files, but is taking way too much time for files of size ranging in MBs. Any help?

Getting the following error: ``` ❯ xsd2json2 Inventory.xsd events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn swipl ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) Emitted...

Thanks for the impressive piece of work. In your thesis you specifically mention that xsd2json doesn't support the extension of complex types. Do you have any project to fill this...

enhancement