You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So something should perhaps pre-parse the schema properties into something more digestable for the above code? Or is there some other approach? Actually I think it is a little bit difficult to interpret the standards with regards to remote $refs.
The text was updated successfully, but these errors were encountered:
I have currently worked around it by having my backend resolve it the schemas into having just properties instead. I suppose that this could be done at the frontend(in ASF as TV4 doesn't seem to mind allOf) as well, obviously. If anyone wanted to know.
So, I doesn't seem like ASF supports allOf when it comes to properties, it assumes that the properties are in a top "property"-attribute:
But the common approach to inheritance in JSON-schema seems to be:
So something should perhaps pre-parse the schema properties into something more digestable for the above code? Or is there some other approach? Actually I think it is a little bit difficult to interpret the standards with regards to remote $refs.
The text was updated successfully, but these errors were encountered: