In the commits for afdDefinitionVersion 001.03 (commits c6bb9d5 and 9388921) , the constants for afdDefinitionName were removed from the schemas of SIVI messages 1 and 2 but left as is for SIVI message 3.
SIVI 1: commit c6bb9d5
Removed the following line from the JSON schema under commonFunctional.afdDefinitionName:
"const": "VBPUO-001.00-Bericht_1._Vermogen_(0001a)"
SIVI 2: commit 9388921
Removed the following line from the JSON schema under commonFunctional.afdDefinitionName:
"const": "VBPUO-001.00-Bericht_2._Cashflow_(0001b)"
SIVI 3:
No change the following line from the JSON schema under commonFunctional.afdDefinitionName:
"const": "VBPUO-001.00-Bericht_3._Pensioenprojectie_(0001c)"
Should the constant for afdDefinitionName be removed for SIVI message 3 as well? Or should the constants for afdDefinitionName also be present in SIVI messages 1 and 2?
In the commits for afdDefinitionVersion 001.03 (commits c6bb9d5 and 9388921) , the constants for
afdDefinitionName
were removed from the schemas of SIVI messages 1 and 2 but left as is for SIVI message 3.SIVI 1: commit c6bb9d5 Removed the following line from the JSON schema under
commonFunctional.afdDefinitionName
:"const": "VBPUO-001.00-Bericht_1._Vermogen_(0001a)"
SIVI 2: commit 9388921 Removed the following line from the JSON schema under
commonFunctional.afdDefinitionName
:"const": "VBPUO-001.00-Bericht_2._Cashflow_(0001b)"
SIVI 3: No change the following line from the JSON schema under
commonFunctional.afdDefinitionName
:"const": "VBPUO-001.00-Bericht_3._Pensioenprojectie_(0001c)"
Should the constant for
afdDefinitionName
be removed for SIVI message 3 as well? Or should the constants forafdDefinitionName
also be present in SIVI messages 1 and 2?