Skip to content

Commit

Permalink
chore: changed the presentation definition for iata to query the corr…
Browse files Browse the repository at this point in the history
…ect path for information
  • Loading branch information
sksadjad committed Oct 2, 2024
1 parent 8f142fa commit 39e952f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/dif_pe_examples/pdV2/pd-multi-sd-jwt-vp.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
},
{
"path": [
"$.paxSegments[*].operatingCarrierFlightNumber"
"$.order.paxSegments[*].operatingCarrierFlightNumber"
]
},
{
"path": [
"$.paxSegments[*].scheduledArrivalTime"
"$.order.paxSegments[*].scheduledArrivalTime"
]
},
{
"path": [
"$.paxSegments[*].scheduledDepartureTime"
"$.order.paxSegments[*].scheduledDepartureTime"
]
}
]
Expand Down

0 comments on commit 39e952f

Please sign in to comment.