Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is oneOf a Set<Object>? #99

Open
mrpotes opened this issue Mar 24, 2016 · 0 comments
Open

Why is oneOf a Set<Object>? #99

mrpotes opened this issue Mar 24, 2016 · 0 comments

Comments

@mrpotes
Copy link
Contributor

mrpotes commented Mar 24, 2016

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>?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant