VNG-Realisatie / gemma-zaken

Samen ontwikkelen van API's voor Zaakgericht werken
https://vng-realisatie.github.io/gemma-zaken/
Other
41 stars 26 forks source link

[VRAAG] Validation of ZaakEigenschap.waarde against related Eigenschap.specificatie #2375

Open annashamray opened 7 months ago

annashamray commented 7 months ago

Is it required to validate ZaakEigenschap.waarde against Eigenschap.specificatie according to the Zaken and Catalogi API standards? I can't find it in the documentation. Could you help me with the link please?

michielverhoef commented 7 months ago

Unfortunately there is no such requirement, although there should be one.

I will add a proposal for this requirement to the business rules shortly.

annashamray commented 7 months ago

Thank you for the quick reply!

Annvdzon commented 7 months ago

Is this gonna be picked up to fix it in the code, or is it just gonna be a business rule?

michielverhoef commented 7 months ago

We will start with a business rule and take it from there.

Annvdzon commented 7 months ago

Okay, then question; if you're looking at 'getal', should we add that 'getal' should be a comma? Now we can put comma and dot (like 0.5 or 0,5)

sergei-maertens commented 5 months ago

Adding a link to my earlier discussion in #1751, I suggest to follow international standards so that (float) numbers are only provided with . as decimal separator (and no ` or,` is used to group thousands, at all).

Formatting of data values does not belong in a data API.