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

Fix issue with anyOf containing a single value #40

Open
mwildehahn opened this issue Oct 20, 2020 · 0 comments
Open

Fix issue with anyOf containing a single value #40

mwildehahn opened this issue Oct 20, 2020 · 0 comments

Comments

@mwildehahn
Copy link

If anyOf references a single schema, there is an error when using unique references here:

$this->current_type = $schema_builders[0]->getType();
. We require the schema to be built before accessing the type.

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