Skip to content

Conversation

@gracekarina
Copy link
Contributor

fixing allOf external resolving refs #628

@gracekarina gracekarina requested a review from frantuma January 17, 2018 13:26
}
}

}else if (composedSchema.getOneOf() != null){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace else if with if, as allOf, anyOf and oneOf can theoretically coexist, check with a test case

}
}
}
}else if (composedSchema.getAnyOf() != null){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace else if with if, as allOf, anyOf and oneOf can theoretically coexist, check with a test case

@frantuma frantuma merged commit 7d9098f into 2.0 Jan 20, 2018
@gracekarina gracekarina deleted the fix/allOfResolving branch February 7, 2018 22:20
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

Successfully merging this pull request may close these issues.

3 participants