Hi @prateek-garg
You could try the following:
{ "@type": "xdm:descriptorDeprecated",
"xdm:sourceSchema": "{{SCHEMA_ID}}",
"xdm:sourceVersion": 1.1,
"xdm:sourceProperty": "/modelScores[*]/runId" }
I read some docs stating this:
--When dealing with arrays in AEP schemas, the path notation often requires the use of an asterisk * to indicate that you are referring to an element within the array.
--For fields inside an array, you typically need to specify the array element using the [*] notation. This is used to denote that the field is within any item of the array.