jackson-module-jsonSchema icon indicating copy to clipboard operation
jackson-module-jsonSchema copied to clipboard

Why is oneOf a `Set<Object>`?

Open mrpotes opened this issue 8 years ago • 0 comments

Looking at the JSON Schema Validation spec oneOf section:

Elements of the array MUST be objects. Each object MUST be a valid JSON Schema.

Shouldn't ContainerTypeSchema#oneOf therefore be a Set<JsonSchema>?

mrpotes avatar Mar 24 '16 12:03 mrpotes