highsource / highsource/jsonix-schema-compiler

Extraneous lines?

Open
#53 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.