-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
allOf not working properly within array items #136
Comments
@joostfarla, Thanks for reporting. I was able to reproduce the issue. |
@RomanGotsiy Awesome! 👍 |
Fixed, will be ready for use in the next minor release which will be released at the beginning of the next week. |
Thanks for the fix! I've now actually found more scenarios where this causes failure. For example the following HAL response:
Collection.yaml
Dataset.yaml
Can you take a look at this? |
@RomanGotsiy did you already had the chance to look at this issue? I don't mean to rush, but I'm presenting stuff next week, and it would be awesome if I have a fully working doc page. 👍 |
@joostfarla yes, sorry for delay. I've been working on other things. Will publish new release on weekends |
@joostfarla new version |
Works like a charm! Thanks!! 👍 |
This works correctly:
This initially loads fine, but gives an error (Can't load schema at ..) when trying to expand the
data
element in the response schema:The schema example on the right side seems to render correctly.
The text was updated successfully, but these errors were encountered: