Open h-jos opened 6 months ago
Entity "commonTechnical" has an "entityType": "default", Entity "party" has wheter an "entityType": "sender", "receiver", "contact" or "pensionProvider". The sample seems to lack a
This is gone wrong in the construction of the sample. As you can see in the scheme the entityType is a Constant with the string "contact" in this case.
An entity should always have an entityType but you can rely on the scheme to see what you should use.
SIVI internal: https://stichtingsivi.atlassian.net/browse/TAAK-851
In the sample files provided on GitHub for 1A and 1B entityType is not present in commonTechnical.party.sender.party, but that attribute is required per the schema. Should entityType be present in the sample files?