highsource / highsource/jsonix-schema-compiler
Extraneous lines?
Open
enhancement
- Dominant language
- Java
- Stars
- 138
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.