Open jogibear9988 opened 4 years ago
If I move the "$id" to the beginning, it works
Never too late to respond to an old issue...
MetadataPropertyHandling.ReadAhead
only applies to the order of properties within an object, not to the order of objects within the document. Meaning that your $id, $ref, etc. must come first in an object unless MetadataPropertyHandling.ReadAhead
is set.
As far as I know, it's not possible to have $id further in the document than the matching $ref.
Source/destination types
Source/destination JSON
Expected behavior
References should work
Actual behavior
References do not work