mokkabonna / json-schema-merge-allof

Simplify your schema by combining allOf
97 stars 23 forks source link

Merging formats #6

Open grv87 opened 5 years ago

grv87 commented 5 years ago

format should be merged if possible.

For example, uri is a subset of uri-reference. So, both are merged to uri-reference.