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?