Skip to content

Conversation

@raphael-goetz
Copy link
Member

Should Resolve: #87

@Taucher2003 if you can make shure, the list of paths is ordered (in a logical way) the draft can be turned into a pull request and no changes are needed. If not what do we need to adjust?

What do I mean by ordered:

 {
   "persons": [
    {
     "name": "Tom"
    },
    {
     "name": Thomas"
    }
  ]
}

If I want to reference the second name I first need a reference posting to the path (e.g. persons) then another reference for the index and the path of the name. If this isn't ordered, I will not be able to reach the wanted reference!

@raphael-goetz raphael-goetz requested a review from Taucher2003 May 7, 2025 15:17
@raphael-goetz raphael-goetz marked this pull request as ready for review May 7, 2025 17:59
@raphael-goetz raphael-goetz merged commit bd5a62a into main May 7, 2025
2 checks passed
@Taucher2003 Taucher2003 deleted the 87-missing-ref-object-fields branch May 7, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ReferenceObjects missing fields

3 participants