dma61 / VBPUOdsk

3 stars 0 forks source link

entityType in samples and schema for commonTechnical.party.sender.party #53

Open h-jos opened 6 months ago

h-jos commented 6 months ago

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?

dma61 commented 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 image 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.

dma61 commented 5 months ago

SIVI internal: https://stichtingsivi.atlassian.net/browse/TAAK-851