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
This may be a question more than a feature request (unless it isn't possible), but I would like to have access to the json tree after the refs are resolved. I can load a json node which contains refs and the factory will resolve refs, etc, but I have some code which needs to perform meta-operations on the schema tree, but I have to implement the ref resolution myself. Since this already happens in the schema validator, I thought this might not be difficult to expose as a service (perhaps in conjunction with my other request to provide access to the schema tree behind the schema itself this might work).
The text was updated successfully, but these errors were encountered:
This may be a question more than a feature request (unless it isn't possible), but I would like to have access to the json tree after the refs are resolved. I can load a json node which contains refs and the factory will resolve refs, etc, but I have some code which needs to perform meta-operations on the schema tree, but I have to implement the ref resolution myself. Since this already happens in the schema validator, I thought this might not be difficult to expose as a service (perhaps in conjunction with my other request to provide access to the schema tree behind the schema itself this might work).
The text was updated successfully, but these errors were encountered: