We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, neither cebe/php-openapi nor devizzent/cebe-php-openapi are capable of supporting the additional vocabulary for applying subschemas in 3.1.
The issue here is these keywords are not recognised. They do not invalidate, but simply remain as raw data, without being converted to Schema objects.
I've made a PR to try and fix this DEVizzent/cebe-php-openapi#26
Alternatives:
Again, the former is cleaner, the latter is quicker.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, neither cebe/php-openapi nor devizzent/cebe-php-openapi are capable of supporting the additional vocabulary for applying subschemas in 3.1.
The issue here is these keywords are not recognised. They do not invalidate, but simply remain as raw data, without being converted to Schema objects.
I've made a PR to try and fix this DEVizzent/cebe-php-openapi#26
Alternatives:
Again, the former is cleaner, the latter is quicker.
The text was updated successfully, but these errors were encountered: