jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 7 forks source link

make the links arrays required #26

Closed bradsawadye closed 5 years ago

bradsawadye commented 5 years ago

In the mapping rules, references to specific elements in the links arrays are made (identifiers[].links[0].uri: identifier[].system). A mapping failure occurs if the array is undefined. With other types, the mapping does not fail when a field is undefined. This is an issue with object-mapper.

OHM-842