FasterXML / FasterXML/jackson-module-jsonSchema
Why is oneOf a `Set<Object>`?
Open
- Dominant language
- Java
- Stars
- 387
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Looking at the [JSON Schema Validation spec oneOf section](http://json-schema.org/latest/json-schema-validation.html#anchor88):
> Elements of the array MUST be objects. Each object MUST be a valid JSON Schema.
Shouldn't `ContainerTypeSchema#oneOf` therefore be a `Set`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.