Pascal Desmarets

Results 3 issues of Pascal Desmarets

The documentation says "For sub nesting in left sidebar, create a folder with the same name as the top level .md filename and the sub navigation is auto-generated. The sub...

I'm trying to convert an XSD with lots of tags xsd:choice into a JSON Schema, using your compiler (through Clemens' http://www.xml-buddy.com/ValidatorBuddy.htm) The good thing is that I got a JSON...

enhancement

Couldn't this output from the compiler: ``` "allOf":[ { "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string" } ] ... ``` just as simply be written as: ``` "type":"string" ``` Same thing for boolean?

enhancement