Open mrpotes opened 8 years ago
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>?
ContainerTypeSchema#oneOf
Set<JsonSchema>
Looking at the JSON Schema Validation spec oneOf section:
Shouldn't
ContainerTypeSchema#oneOf
therefore be aSet<JsonSchema>
?