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 PR fixes two bugs that prevented self-references (such as `objectiveAssessment.parentObjectiveAssessmentReference` from validating correctly:
1. reference fields were resolved to an endpoint by simply removing the `Reference` suffix, which obviously doesn't work for `parentObjectiveReference`s
2. cache keys (which are used to efficiently look up whether a referenced payload has been found) were sensitive to dict key ordering
This PR fixes both bugs and ensures that self-references validate correctly.
0 commit comments