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
A reference to #/components/messsage/MyMessage/payload should find the right fragment, according to the json-pointer RFC.
However this was never implemented, as we only look up components directly, not sub fragments. (mainly due to the typed nature and the amount of maps that would have to exists to make this possible)
The text was updated successfully, but these errors were encountered:
Given a components of
A reference to
#/components/messsage/MyMessage/payload
should find the right fragment, according to the json-pointer RFC.However this was never implemented, as we only look up components directly, not sub fragments. (mainly due to the typed nature and the amount of maps that would have to exists to make this possible)
The text was updated successfully, but these errors were encountered: