Closed h-jos closed 1 week ago
SIVI internal: https://stichtingsivi.atlassian.net/browse/TAAK-941
Attention: Commit a654942 only solves this issue for message 6 orderconfirmation
@h-jos please close the issue after checking.
The fix was made in v 1.0.3 --- Commit c6bb9d5. The updates meet the requirement. Will close this issue.
In the new May schemas, the puvCode references are as follows:
1A: "$ref": "VBPUO-001.00-Bericht_1.Vermogen(0001a)-afdCodelists.json#/definitions/AFDIDP" 1B: "$ref": "VBPUO-001.00-Bericht_2.Cashflow(0001b)-afdCodelists.json#/definitions/AFDIDP", 1C: "$ref": "VBPUO-001.00-Bericht_3.Pensioenprojectie(0001c)-afdCodelists.json#/definitions/AFDIDP",
These references for puvCode are not accessible within the schema --- they don't point to other parts of the schema or an external website. All other references in the schemas to code lists look like: "https://www.sivi.org/afd-online-tool/json/AFDRES.json#/definitions/AFDRES.
Can the reference for puvCode be modified such that it is as follows: "$ref": "https://www.sivi.org/afd-online-tool/json/AFDIDP.json#/definitions/AFDIDP",